[calculix-ccx] 03/03: build patch Patch to build on debian systems
Wolfgang Fütterer
wlfuetter-guest at moszumanska.debian.org
Wed Apr 29 13:27:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
wlfuetter-guest pushed a commit to branch patch-queue/snapshot
in repository calculix-ccx.
commit 08f21f21353c600f905a668ba5b0b5a2ffd850d1
Author: Wolfgang Fuetterer <debian at wlf-online.de>
Date: Wed Apr 29 14:25:51 2015 +0200
build patch
Patch to build on debian systems
---
src/Makefile | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index 0cba0da..2ac64ea 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -18,16 +18,10 @@ OCCXF = $(SCCXF:.f=.o)
OCCXC = $(SCCXC:.c=.o)
OCCXMAIN = $(SCCXMAIN:.c=.o)
-DIR=../../../SPOOLES.2.2
+LIBS = -lspooles -lpthread -larpack -llapack -lblas -lm -lc
-LIBS = \
- $(DIR)/spooles.a \
- ../../../ARPACK/libarpack_INTEL.a \
- -lpthread -lm -lc
-
-ccx_2.8p2: $(OCCXMAIN) ccx_2.8p2.a $(LIBS)
+ccx_2.8p2: $(OCCXMAIN) ccx_2.8p2.a
./date.pl; $(CC) $(CFLAGS) -c ccx_2.8p2.c; $(FC) -fopenmp -Wall -O3 -o $@ $(OCCXMAIN) ccx_2.8p2.a $(LIBS)
ccx_2.8p2.a: $(OCCXF) $(OCCXC)
ar vr $@ $?
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/calculix-ccx.git
More information about the debian-science-commits
mailing list