aboutsummaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Drop stupid static-libs idea againJustin Lecher2012-11-291-4/+1
| | | | | | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | | Last remaning underscored removedJustin Lecher2012-11-291-1/+1
| |/ |/| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sciJustin Lecher2012-11-291-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: sci-libs/tmglib: Initial import removed mac files from jlec sci-astronomy/starlink-bin: Version bump sci-libs/plasma: Version bump. Introduce testing sci-libs/lapacke-reference: added tmg for testing, cleaning up ebuild sci-libs/lapack-reference: removed tmg flag, now separate ebuild sci-libs/lapack-reference: tmg flag description sci-libs/lapack-reference: Added tmg use flag, fix a failing post command test
| * | removed mac files from jlecSébastien Fabbro2012-11-281-0/+0
| | |
* | | Implemented comments from g-dev reviewJustin Lecher2012-11-281-119/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix whitespacing * Fix man pages tags * rename local functions to somethings which potentionaly doesn't conflict globally * remove _ from local variables * Move checks from pkg_setup to pkg_pretend Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | | Be bin package friendlyJustin Lecher2012-11-281-3/+13
| | | | | | | | | | | | | | | | | | | | | Move standard call of cuda_sanitize to src_prepapere as it isn't need for bin packages. Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | | Fix typo in Copyright yearJustin Lecher2012-11-281-1/+1
| | | | | | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | | Implemented comments from g-dev reviewJustin Lecher2012-11-281-35/+34
|/ / | | | | | | | | | | | | | | | | | | * Fix whitespacing * Fix man pages tags * Try to do things in functions instead of global scope * remove _ from local variables * inline check for presents and functionality of cuda-config Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | Only handle documentation if presentJustin Lecher2012-11-281-4/+6
| | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | intel-sdp.eclass: fix install on x86 + qaChristoph Junghans2012-11-271-9/+12
| | | | | | | | | | | | | | * only process Samples dir if existing * typo: _version-test -> _version_test * qa: check if linguas_ja is in IUSE before using it * typo: check statc-libs -> static-libs
* | Drop USE=doc and add static-libs supportJustin Lecher2012-11-271-12/+20
| | | | | | | | | | | | | | | | Implementing suggestion from g-dev review. * Dropping USE=doc and rely on FEATURES=nodoc * Use LINGUAS USE_EXAND for detection of japanese Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | Speed up unpacking #431614Justin Lecher2012-11-271-15/+14
| |
* | Drop additional blank lines.Justin Lecher2012-11-271-9/+0
| |
* | Drop old testing functionsJustin Lecher2012-11-271-69/+4
| |
* | Resort general functions and variables at the beginningJustin Lecher2012-11-271-176/+180
| |
* | Add descriptions to standard phase functions.Justin Lecher2012-11-271-0/+24
| |
* | declare local variables at onceJustin Lecher2012-11-271-2/+1
| |
* | Use clear += insteat of repeating variablesJustin Lecher2012-11-271-2/+2
| |
* | Drop version restriction of rpm2targzJustin Lecher2012-11-271-1/+1
| |
* | Drop Sebastien as maintainerJustin Lecher2012-11-272-1/+0
| |
* | Enhancement of intel-sdp.eclassJustin Lecher2012-11-271-14/+206
| | | | | | | | | | | | | | * Add support for USE="doc examples" * Check for license before installation Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | import from treeJustin Lecher2012-11-271-0/+260
| |
* | Correcting whitespace problemJustin Lecher2012-11-251-2/+2
| | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | Merge branch 'cuda' of github.com:gentoo-science/sci into cudaJustin Lecher2012-11-251-19/+34
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Justin Lecher (7) and others # Via Justin Lecher (2) and others * 'cuda' of github.com:gentoo-science/sci: Be a little more informative. do not call pkg_setup from cuda.eclass Move pkg_postinst to dev-util/nvidia-cuda-toolkit Adding ignores for Mac Add comments and streamline sci-physics/LoopTools: Manifest fixed live ebuild update updated build and deps dev-java/netcdf: Add the netCDF licence (which is *not* MIT) sci-chemistry/avogadro: Add test phase sci-chemistry/simpson: Fix underlinking Added live ebuild for MDP Conflicts: eclass/cuda.eclass Signed-off-by: Justin Lecher <jlec@gentoo.org>
| * | Move pkg_postinst to dev-util/nvidia-cuda-toolkitJustin Lecher2012-11-231-17/+2
| | | | | | | | | | | | It only should be used there
| * | Add comments and streamlineJustin Lecher2012-11-231-15/+43
| | | | | | | | | | | | | | | | | | * Adding @.. things for eclass man page creation * Moving cuda_src_prepare functionality into cuda_sanitize and call it from there
* | | Minor fixesJustin Lecher2012-11-251-7/+3
|/ / | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | Add pkg_setup and gcc bindir detectionJustin Lecher2012-11-161-7/+84
| |
* | preliminary cuda.eclassJustin Lecher2012-11-151-0/+35
|/
* Revert "Update Copyright"Justin Lecher2012-11-021-2/+1
| | | | This reverts commit 0f44bb3ff6d136307646fe75b55fff1d6d6cee0b.
* Fix DEP on eselectJustin Lecher2012-11-021-1/+1
|
* Update CopyrightJustin Lecher2012-11-021-1/+2
|
* cmake-utils.eclass got merged in gx86Christoph Junghans2012-10-031-530/+0
|
* in CvsJustin Lecher2012-09-201-187/+0
|
* a license is a license not an eclassJustin Lecher2012-08-301-138/+0
|
* add licenseJustin Lecher2012-08-301-0/+138
|
* cmake-utils.eclass: added ninja supportChristoph Junghans2012-08-081-0/+530
|
* updated min eselect versionSebastien Fabbro2012-07-271-1/+1
|
* Don't hardcode "rpm" as being the archive subdirectory where RPMs are to be ↵Nicolas Bigaouette2012-04-251-8/+18
| | | | found. Instead, define "INTEL_RPMS_DIRS" in the ebuild and loop over searching for the RPM. If unset, defaults to "rpm".
* Matching the archive for ".tgz" specifically breaks VTune which has .tar.gz ↵Nicolas Bigaouette2012-04-251-1/+1
| | | | as archive. Instead, remove everything after the first dot (the .tar.gz or .tgz part).
* eapi4 goodnessSébastien Fabbro2012-02-161-5/+17
|
* updated eselect dependencySébastien Fabbro2012-01-311-1/+1
|
* fix usage of check-reqs.eclassJustin Lecher2011-10-251-1/+3
| | | | Adopt changes in new intel tarball
* fixed typoJustin Lecher2011-10-231-1/+1
|
* Fixed usage of check_reqs.eclassJustin Lecher2011-10-231-2/+3
|
* Download tarballs with package revisionJustin Lecher2011-09-191-1/+1
|
* added xblasSébastien Fabbro2011-08-221-1/+1
|
* alternatives-2 imported from bicatali and intel-sdp correctedAndrea Arteaga2011-08-042-1/+158
|
* Drop old OFEDAlexey Shvetsov2011-07-011-74/+0
|
* [eclass] Fix unpack logicAlexey Shvetsov2011-06-301-8/+9
|