aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2014-06-02 19:08:17 +0200
committerJauhien Piatlicki <jauhien@gentoo.org>2014-06-02 19:08:17 +0200
commit8e1c26dee1b315620a9b4623cf9431e4c8a5a019 (patch)
treec77cf92ab1e5de1d76c139328f24075e906e2d0b /sci-physics/qcl/files
parentMerge remote-tracking branch 'gentoo/master' into upstream-master (diff)
downloadsci-8e1c26dee1b315620a9b4623cf9431e4c8a5a019.tar.gz
sci-8e1c26dee1b315620a9b4623cf9431e4c8a5a019.tar.bz2
sci-8e1c26dee1b315620a9b4623cf9431e4c8a5a019.zip
sci-physics/qcl: version bump to 0.6.4
Diffstat (limited to 'sci-physics/qcl/files')
-rw-r--r--sci-physics/qcl/files/qcl-0.6.4-makefile.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-physics/qcl/files/qcl-0.6.4-makefile.patch b/sci-physics/qcl/files/qcl-0.6.4-makefile.patch
new file mode 100644
index 000000000..e73cee420
--- /dev/null
+++ b/sci-physics/qcl/files/qcl-0.6.4-makefile.patch
@@ -0,0 +1,22 @@
+--- Makefile
++++ Makefile
+@@ -32,7 +32,7 @@
+
+ #DEBUG = -g -pg -DQCL_DEBUG -DQC_DEBUG
+ #DEBUG = -g -DQCL_DEBUG -DQC_DEBUG
+-DEBUG = -O2 -g -DQCL_DEBUG -DQC_DEBUG
++DEBUG = -DQCL_DEBUG -DQC_DEBUG
+ #DEBUG = -O2
+
+ # Plotting support
+@@ -81,8 +81,8 @@
+
+ #CXX = g++
+ #CPP = $(CC) -E
+-CXXFLAGS = -c $(ARCHOPT) $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) $(ENCOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\""
+-LDFLAGS = $(ARCHOPT) -L$(QCDIR) $(DEBUG) $(PLLIB) -lm -lfl -lqc $(RLLIB)
++CXXFLAGS += -c $(DEBUG) $(PLOPT) $(RLOPT) $(IRQOPT) $(ENCOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\""
++LDFLAGS += -L$(QCDIR) $(PLLIB) -lm -lfl -lqc $(RLLIB)
+
+ FILESCC = $(wildcard *.cc)
+ FILESH = $(wildcard *.h)