Skip to content

Commit

Permalink
fixes for matlab on amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Rieck committed Jun 30, 2009
1 parent a06069d commit 0ba11f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compile
Expand Up @@ -11,6 +11,8 @@ else
arg=`hostname` arg=`hostname`
fi fi


make distclean

# Apply configuration # Apply configuration
case $arg in case $arg in
# Cluster nodes at Fraunhofer FIRST # Cluster nodes at Fraunhofer FIRST
Expand Down
2 changes: 1 addition & 1 deletion matlab/Makefile.am
Expand Up @@ -7,7 +7,7 @@


INCLUDES = @INCLUDES@ -I$(top_srcdir)/src -I$(top_srcdir) INCLUDES = @INCLUDES@ -I$(top_srcdir)/src -I$(top_srcdir)
MEXFLAGS = @MEXFLAGS@ -inline $(INCLUDES) -v \ MEXFLAGS = @MEXFLAGS@ -inline $(INCLUDES) -v \
CC='$(CC)' LD='$(CC) $(CFLAGS) -fPIC $(LIBS)' \ CC='$(CC)' LD='$(CC) -fPIC' \
CFLAGS='-fPIC -D_GNU_SOURCE -pthread $(CFLAGS)' CFLAGS='-fPIC -D_GNU_SOURCE -pthread $(CFLAGS)'
MEXLDADD = $(top_builddir)/src/libmalheur.a MEXLDADD = $(top_builddir)/src/libmalheur.a


Expand Down

0 comments on commit 0ba11f9

Please sign in to comment.