summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-11-03 09:37:05 +0000
committerJustin Lecher <jlec@gentoo.org>2010-11-03 09:37:05 +0000
commita978fd977c92991209019c88914e96f36e59e425 (patch)
treecce5374665d5b43704d8f896d00c300ba7ff5004 /sci-chemistry/gsim/files
parentx86 stable wrt security bug #343911 (diff)
downloadgentoo-2-a978fd977c92991209019c88914e96f36e59e425.tar.gz
gentoo-2-a978fd977c92991209019c88914e96f36e59e425.tar.bz2
gentoo-2-a978fd977c92991209019c88914e96f36e59e425.zip
New Addition, imported from sci opverlay
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/gsim/files')
-rw-r--r--sci-chemistry/gsim/files/0.19.1-build.conf.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/sci-chemistry/gsim/files/0.19.1-build.conf.patch b/sci-chemistry/gsim/files/0.19.1-build.conf.patch
new file mode 100644
index 000000000000..ed21a58d4519
--- /dev/null
+++ b/sci-chemistry/gsim/files/0.19.1-build.conf.patch
@@ -0,0 +1,44 @@
+diff --git a/gsim.pro b/gsim.pro
+index 60550e9..d159b19 100755
+--- a/gsim.pro
++++ b/gsim.pro
+@@ -1,36 +1,7 @@
+-###################################################################################################
+-# Change this part according to your system configuration #
+-###################################################################################################
+-
+-#Uncomment next line if you want to have a system console running alongside GSim on Windows
+-#win32: CONFIG +=console
+-
+-#Uncomment next line if you want to use OpenGL
+-#CONFIG+=use_opengl
+-
+-#Uncomment next line if you want to use EMF output
+-#EMF output requires libEMF or Wine on X11 systems and MAC(?)
+-CONFIG+=use_emf
+-
+-#DO NOT UNCOMMENT NEXT LINE. The scripting possibilty won't work at the moment
+-#CONFIG+=use_script
+-
+-# Change directories locations for libcmatrix, MinUIT and muParser libraries
+-unix:INCLUDEPATH += /home/vnmr1/libcmatrixR3/include \
+- /home/vnmr1/Minuit2/include \
+- /home/vnmr1/muparser/include
+-win32:INCLUDEPATH += "C:\Documents and Settings\vadzorin\My Documents\gsim\libcmatrixR3\include" "C:\Documents and Settings\vadzorin\My Documents\gsim\Minuit2\include" "C:\Documents and Settings\vadzorin\My Documents\gsim\muparser\include"
+-
+-unix:LIBS += -lcmatrix -L/home/vnmr1/libcmatrixR3 -lMinuit2Base -L/home/vnmr1/Minuit2/lib -L/home/vnmr1/muparser/lib -lmuparser
+-win32:LIBS += -lcmatrix -L"C:\Documents and Settings\vadzorin\My Documents\gsim\libcmatrixR3" -lMinuit2 -L"C:\Documents and Settings\vadzorin\My Documents\gsim\Minuit2\lib" -L"C:\Documents and Settings\vadzorin\My Documents\gsim\muparser\lib" -lmuparser
+-
+-#Change directories location for libEMF (if used)
+-use_emf {
+- DEFINES+=USE_EMF_OUTPUT
+- unix:LIBS +=-lEMF -L/usr/include/libEmf
+- win32:LIBS +=-lgdi32
++GSIM_ROOT = .
++!include( $$GSIM_ROOT/build.conf ) {
++ message( "You need a build.conf file with local settings!" )
+ }
+-
+ #################################################################################################
+ # Don't change anything below this line #
+ #################################################################################################