Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gsim/files: 0.19.1-build.conf.patch
Date: Wed, 03 Nov 2010 09:37:18
Message-Id: 20101103093705.DC5B720051@flycatcher.gentoo.org
1 jlec 10/11/03 09:37:05
2
3 Added: 0.19.1-build.conf.patch
4 Log:
5 New Addition, imported from sci opverlay
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-chemistry/gsim/files/0.19.1-build.conf.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/files/0.19.1-build.conf.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gsim/files/0.19.1-build.conf.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.19.1-build.conf.patch
16 ===================================================================
17 diff --git a/gsim.pro b/gsim.pro
18 index 60550e9..d159b19 100755
19 --- a/gsim.pro
20 +++ b/gsim.pro
21 @@ -1,36 +1,7 @@
22 -###################################################################################################
23 -# Change this part according to your system configuration #
24 -###################################################################################################
25 -
26 -#Uncomment next line if you want to have a system console running alongside GSim on Windows
27 -#win32: CONFIG +=console
28 -
29 -#Uncomment next line if you want to use OpenGL
30 -#CONFIG+=use_opengl
31 -
32 -#Uncomment next line if you want to use EMF output
33 -#EMF output requires libEMF or Wine on X11 systems and MAC(?)
34 -CONFIG+=use_emf
35 -
36 -#DO NOT UNCOMMENT NEXT LINE. The scripting possibilty won't work at the moment
37 -#CONFIG+=use_script
38 -
39 -# Change directories locations for libcmatrix, MinUIT and muParser libraries
40 -unix:INCLUDEPATH += /home/vnmr1/libcmatrixR3/include \
41 - /home/vnmr1/Minuit2/include \
42 - /home/vnmr1/muparser/include
43 -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"
44 -
45 -unix:LIBS += -lcmatrix -L/home/vnmr1/libcmatrixR3 -lMinuit2Base -L/home/vnmr1/Minuit2/lib -L/home/vnmr1/muparser/lib -lmuparser
46 -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
47 -
48 -#Change directories location for libEMF (if used)
49 -use_emf {
50 - DEFINES+=USE_EMF_OUTPUT
51 - unix:LIBS +=-lEMF -L/usr/include/libEmf
52 - win32:LIBS +=-lgdi32
53 +GSIM_ROOT = .
54 +!include( $$GSIM_ROOT/build.conf ) {
55 + message( "You need a build.conf file with local settings!" )
56 }
57 -
58 #################################################################################################
59 # Don't change anything below this line #
60 #################################################################################################