Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138960 Details for
Bug 155974
[science overlay] sci-misc/salome-* (New packages)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
salome-kernel. A new trial
salome-kernel-3.2.6.ebuild (text/plain), 6.26 KB, created by
Daniel Tourde
on 2007-12-20 09:49:27 UTC
(
hide
)
Description:
salome-kernel. A new trial
Filename:
MIME Type:
Creator:
Daniel Tourde
Created:
2007-12-20 09:49:27 UTC
Size:
6.26 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > > >inherit autotools distutils eutils flag-o-matic toolchain-funcs versionator python > > >DESCRIPTION="3D modeling & numerical simulation" > >HOMEPAGE="http://www.salome-platform.org" >SRC_URI="salome-3.2.6.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc corba opengl openpbs mpi X debug" >RDEPEND="doc? ( app-doc/doxygen > media-gfx/graphviz ) > opengl? ( virtual/opengl ) > mpi? ( sys-cluster/mpich ) > openpbs? ( sys-cluster/openpbs ) > debug? ( dev-util/cppunit )" >DEPEND="${RDEPEND} > sys-devel/bison > sys-devel/flex > sci-libs/hdf5 > >=dev-python/PyQt-3.13 > >=dev-python/sip-4.1.3 > >=dev-lang/python-2.3 > dev-python/omniorbpy > dev-python/numeric > dev-python/docutils > dev-lang/swig > dev-libs/boost > x11-libs/qwt > >=x11-libs/qt-3.3.3 > dev-lang/tk > dev-lang/tcl > >=sci-libs/vtk-5.0.0 > net-misc/omniORB > >=sci-libs/opencascade-6.1 > sys-devel/autoconf > sys-devel/automake > sys-devel/libtool > sci-misc/netgen >" >RESTRICT="fetch" > > >MODULE_NAME="KERNEL" >MY_S="${WORKDIR}/src${PV}/KERNEL_SRC_${PV}" >#INSTALL_DIR=/opt/salome-${PV}/${MODULE_NAME} >#KERNEL_ROOT_DIR="/opt/salome-${PV}/${MODULE_NAME}" >INSTALL_DIR="/usr" >KERNEL_ROOT_DIR="/usr" > >pkg_nofetch() >{ > einfo "You have to download manually the source code. You can download it from :" > einfo " http://www.salome-platform.org/download/dl326" > einfo "" > einfo "Put the archive in the \"/usr/portage/distfile\" directory and rename it \"salome-3.2.6.tar.gz\"" >} > >src_compile() >{ > distutils_python_version > cd ${MY_S} > > # Correct the Salome version number > sed -i "s:3.2.5:3.2.6:g" configure.ac > > ewarn "The 'threads' flag MUST be ON and boost (at least) must be rebuilt with this flag on" > ./clean_configure > ./build_configure > > if use opengl && use !X; then > ewarn "OpenGL functionnalities imply X support! Check your USE flags configuration." > die > fi > ># local myconf="--prefix=${INSTALL_DIR} --with-tcl=/usr/lib/ --with-tk=/usr/lib/" > local myconf="--with-tcl=/usr/lib/ --with-tk=/usr/lib/" > > if use X; then > myconf="${myconf} --with-x --with-xmu-include=/usr/include --with-xmu-library=/usr/lib" > if use opengl; then > myconf="${myconf} --with-gl-include=/usr/include --with-gl-library=/usr/lib" > else > myconf="${myconf} --without-opengl" > fi > else > myconf="${myconf} --without-x --without-gl --without-xmu" > fi > > if use !debug; then > myconf="${myconf} --disable-debug --enable-production --without-cppunit" > else > myconf="${myconf} --enable-debug" > fi > ># if use !mpi; then ># myconf="${myconf} --without-mpi --without-mpich" ># fi > ># if use !openpbs; then ># myconf="${myconf} --without-openpbs" ># fi > > # Compiler and linker flags > if use amd64 ; then > append-flags -m64 > fi > > # CXXFLAGS are slightly modified to allow the compilation of > # salome-kernel with OpenCascade and gcc-4.1.x > if version_is_at_least "4.1" $(gcc-version) > then > append-flags -ffriend-injection -fpermissive > fi > > econf "${myconf}" || die "configuration failed" > > emake || die "compilation failed" >} > >src_install() >{ > cd ${MY_S} > einstall || die "einstall failed" ># emake DESTDIR="${D}" install || die "emake install failed" ># emake prefix="${D}"/"${INSTALL_DIR}" infodir="${D}"/"${INSTALL_DIR}"/share/info install || die "emake install failed" > echo "KERNEL_ROOT_DIR=${INSTALL_DIR}" > ./90${P} > echo "LDPATH=${INSTALL_DIR}/lib/salome" >> ./90${P} > dodir /etc/env.d > insinto /etc/env.d > doins 90${P} > > # > # Checking for relocation > # > #cd ${D}opt/salome-${PV}/KERNEL > #FileList="lib/python2.4/site-packages/salome/_libBatch_Swig.la > # lib/python2.4/site-packages/salome/_libNOTIFICATION.la > # lib/python2.4/site-packages/salome/_libSALOME_Comm.la > # lib/python2.4/site-packages/salome/_libSALOME_LifeCycleCORBA.la > # lib/python2.4/site-packages/salome/Logger_idl.py > # lib/python2.4/site-packages/salome/nstest_idl.py > # lib/python2.4/site-packages/salome/SALOME_Comm_idl.py > # lib/python2.4/site-packages/salome/SALOME_Component_idl.py > # lib/python2.4/site-packages/salome/SALOME_ContainerManager_idl.py > # lib/python2.4/site-packages/salome/SALOMEDS_Attributes_idl.py > # lib/python2.4/site-packages/salome/SALOMEDS_idl.py > # lib/python2.4/site-packages/salome/SALOME_Exception_idl.py > # lib/python2.4/site-packages/salome/SALOME_GenericObj_idl.py > # lib/python2.4/site-packages/salome/SALOME_ModuleCatalog_idl.py > # lib/python2.4/site-packages/salome/SALOME_Registry_idl.py > # lib/python2.4/site-packages/salome/SALOME_RessourcesCatalog_idl.py > # lib/python2.4/site-packages/salome/SALOME_Session_idl.py > # lib/python2.4/site-packages/salome/SALOME_TestComponent_idl.py > # lib/python2.4/site-packages/salome/SALOME_TestModuleCatalog_idl.py > # lib/salome/libCASCatch.la > # lib/salome/libLifeCycleCORBATest.la > # lib/salome/libNamingServiceTest.la > # lib/salome/libOpUtil.la > # lib/salome/libRegistry.la > # lib/salome/libSALOMEBasics.la > # lib/salome/libSalomeBatch.la > # lib/salome/libSalomeCatalog.la > # lib/salome/libSalomeCommunication.la > # lib/salome/libSalomeContainer.la > # lib/salome/libSalomeDSClient.la > # lib/salome/libSalomeDSImpl.la > # lib/salome/libSALOMEDSImplTest.la > # lib/salome/libSalomeDS.la > # lib/salome/libSALOMEDSTest.la > # lib/salome/libSalomeGenericObj.la > # lib/salome/libSalomeHDFPersist.la > # lib/salome/libSalomeIDLKernel.la > # lib/salome/libSalomeLifeCycleCORBA.la > # lib/salome/libSALOMELocalTrace.la > # lib/salome/libSALOMELocalTraceTest.la > # lib/salome/libSalomeLoggerServer.la > # lib/salome/libSalomeNotification.la > # lib/salome/libSalomeNS.la > # lib/salome/libSalomeResourcesManager.la > # lib/salome/libSalomeTestComponentEngine.la > # lib/salome/libSALOMETraceCollectorTest.la > # lib/salome/libTOOLSDS.la > # lib/salome/libUtilsTest.la > # lib/salome/libwith_loggerTraceCollector.la" > > #for i in $FileList > #do > # einfo "Relocation : $i" > # sed -i "s@${D}@@g" $i > #done > > # If use omniORB as corba > # > # > #sed -i 's@import CORBA@from omniORB import CORBA@' bin/salome/runSalome.py > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 155974
:
102571
|
102572
|
102573
|
114639
|
114650
|
114651
|
114653
|
114655
|
114657
|
114659
|
114660
|
114662
|
114664
|
120027
|
120226
|
131980
|
131981
|
131983
|
137331
|
137336
|
137338
|
137719
|
138048
|
138578
|
138580
|
138581
|
138582
|
138583
|
138584
|
138586
|
138588
|
138877
|
138896
|
138925
|
138960
|
139043
|
139045
|
139956
|
139958
|
139964
|
139965
|
139973
|
140002
|
140005
|
140007
|
140030
|
140032
|
140064
|
140066
|
140068
|
140071
|
140073
|
140086
|
140088
|
140280
|
140283
|
140301
|
140303
|
140366
|
140368
|
140373
|
140375
|
140378
|
140385
|
140386
|
140455
|
140466
|
140468
|
140472
|
140474
|
140637
|
141242
|
141243
|
141250
|
141252
|
141254
|
141256
|
141257
|
141462
|
141473
|
141474
|
141475
|
141565
|
141572
|
142892
|
142894
|
142905
|
143984
|
143986
|
144011
|
144061
|
144063
|
144084
|
144086
|
144089
|
144091
|
144093
|
144098
|
144105
|
144107
|
144117
|
144119
|
144182
|
144184
|
144185
|
144187
|
144188
|
144198
|
144223
|
144305
|
144306
|
144308
|
144310
|
144311
|
144313
|
144314
|
144316
|
144318
|
144320
|
144347
|
144348
|
144350
|
144352
|
144353
|
144354
|
144356
|
144357
|
144557
|
145883
|
145885
|
145887
|
146138
|
146414
|
147142
|
147146
|
148604
|
148606
|
148607
|
148609
|
148611
|
148613
|
148615
|
148617
|
148618
|
148619
|
150326
|
151031
|
151032
|
151034
|
151036
|
151038
|
151039
|
151040
|
151042
|
151044
|
151045
|
152339
|
152341
|
152343
|
152345
|
152347
|
152349
|
152351
|
152353
|
152355
|
152357
|
152359
|
152361
|
152363
|
152365
|
152369
|
152371
|
152979
|
153067
|
154323
|
154325
|
154327
|
154329
|
154331
|
154333
|
154335
|
158563
|
161347
|
163275
|
163841
|
163842
|
164412
|
164611
|
168552
|
168560
|
168624
|
168626
|
168724
|
168726
|
168734
|
168736
|
178432
|
178434
|
178739
|
179160
|
179161
|
179162
|
179237
|
179627
|
179628
|
183321
|
183323
|
183324
|
183325
|
183327
|
183329
|
183347
|
183348
|
189058
|
189059
|
189061
|
200799
|
200800
|
200802
|
200803
|
200805
|
200807
|
200809
|
200811
|
200812
|
200813
|
200815
|
200816
|
200818
|
200820
|
200821
|
200823
|
200825
|
204604
|
204699
|
204980
|
205339
|
223869
|
223871
|
232539
|
234261
|
253803
|
253805
|
254743
|
254751
|
254755
|
257260
|
257261
|
268839
|
268883
|
278009
|
286253
|
286255
|
286257
|
286259
|
286261
|
286263
|
286265
|
286267
|
286269
|
286271
|
286273
|
323878