Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398830 Details for
Bug 543212
sci-visualization/visit-2.9.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
visit-2.9.0.ebuild
visit-2.9.0.ebuild (text/plain), 2.35 KB, created by
Andreas Schäfer
on 2015-03-13 22:48:01 UTC
(
hide
)
Description:
visit-2.9.0.ebuild
Filename:
MIME Type:
Creator:
Andreas Schäfer
Created:
2015-03-13 22:48:01 UTC
Size:
2.35 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-visualization/visit/visit-2.8.2.ebuild,v 1.1 2015/01/09 12:02:13 slis Exp $ > >EAPI=5 >PYTHON_COMPAT=( python2_7 ) > >inherit cmake-utils python-single-r1 > >DESCRIPTION="A software that delivers parallel interactive visualizations" >HOMEPAGE="https://wci.llnl.gov/codes/visit/home.html" >SRC_URI="http://portal.nersc.gov/svn/visit/trunk/releases/${PV}/${PN}${PV}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="cgns debug hdf5 mpi netcdf silo tcmalloc threads" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >RDEPEND=" > ${PYTHON_DEPS} > tcmalloc? ( dev-util/google-perftools ) > cgns? ( sci-libs/cgnslib ) > hdf5? ( sci-libs/hdf5 ) > netcdf? ( sci-libs/netcdf ) > silo? ( sci-libs/silo ) > >=sci-libs/vtk-6.0.0[imaging,mpi?,python,rendering,${PYTHON_USEDEP}] > sys-libs/zlib" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/${PN}${PV}/src" >PATCHES=( > "${FILESDIR}/${P}-findpython.patch" > "${FILESDIR}/${P}-findsilo.patch" > "${FILESDIR}/${P}-findvtk.patch" > "${FILESDIR}/${P}-vtklibs.patch" > "${FILESDIR}/${P}-dont_symlink_visit_dir.patch" >) > >src_configure() { > local mycmakeargs=( > -DCMAKE_INSTALL_PREFIX=/opt/visit > -DPYTHON_INCLUDE_DIR="$(python_get_includedir)" > -DPYTHON_DIR="${EPREFIX}/usr" > -DVISIT_PYTHON_SKIP_INSTALL=true > -DVISIT_VTK_SKIP_INSTALL=true > -DQT_BIN="${EPREFIX}/usr/bin" > -DVISIT_ZLIB_DIR="${EPREFIX}/usr" > $(cmake-utils_use threads VISIT_THREAD) > ) > if use hdf5; then > mycmakeargs+=( -DHDF5_DIR="${EPREFIX}/usr" ) > fi > if use tcmalloc; then > mycmakeargs+=( -DTCMALLOC_DIR="${EPREFIX}/usr" ) > fi > if use cgns; then > mycmakeargs+=( -DCGNS_DIR="${EPREFIX}/usr" ) > fi > if use silo; then > mycmakeargs+=( -DSILO_DIR="${EPREFIX}/usr" ) > fi > if use netcdf; then > mycmakeargs+=( -DNETCDF_DIR="${EPREFIX}/usr" ) > fi > > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > > PACKAGES_DIR="${ROOT}opt/${PN}/${PV}/linux-$(arch)/lib/site-packages" > cd "${ED}${PACKAGES_DIR}" > for i in *; do > dosym "${PACKAGES_DIR}/${i}" "$(python_get_sitedir)/$i" > done > > cat > "${T}"/99visit <<- EOF > PATH=${EPREFIX}/opt/${PN}/bin > LDPATH=${EPREFIX}/opt/${PN}/${PV}/linux-$(arch)/lib/ > EOF > doenvd "${T}"/99visit >} > >pkg_postinst () { > ewarn "Remember to run " > ewarn "env-update && source /etc/profile" > ewarn "if you want to use visit in already opened session" >}
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 543212
: 398830 |
398832
|
398834
|
398836
|
398838
|
398840