aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/lapack-reference: revbumpTed Tanberry2015-12-031-1/+1
|
* sci-libs/lapack-reference: update pkg-config handlingTed Tanberry2015-12-032-4/+101
|
* sci-libs/lapack-reference: Add USE to build deprecated routinesJustin Lecher2015-12-012-3/+6
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-libs/lapack-reference: Set subslotsJustin Lecher2015-11-303-3/+3
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-libs/lapack-reference: Version BumpJustin Lecher2015-11-302-0/+120
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-libs/lapack-reference: drop unused digestJustin Lecher2015-11-301-1/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Large fix of numeric codeJustin Lecher2015-11-283-241/+65
| | | | | | | | | | | | | | | | | | | | | | | | fortran-int64.eclass code has been splitted into numeric-int64-multibuild.eclass, fortran-2.eclass and numeric.eclass. Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=563292 https://bugs.gentoo.org/show_bug.cgi?id=551764 https://bugs.gentoo.org/show_bug.cgi?id=555302 Github: resolves gentoo-science/sci#438 resolves gentoo-science/sci#443 resolves gentoo-science/sci#447 resolves gentoo-science/sci#450 resolves gentoo-science/sci#467 resolves gentoo-science/sci#492 resolves gentoo-science/sci#507 resolves gentoo-science/sci#508 resolves gentoo-science/sci#522 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop unnecessary die from emakeJustin Lecher2015-09-232-2/+278
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Convert all $Header$ to $Id$ tags as it has be done in gentoo.gitJustin Lecher2015-08-172-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert "Gentoo does https by default now"Justin Lecher2015-06-211-1/+1
| | | | This reverts commit 98718494343af4990facdefb0033471686e975a6.
* Gentoo does https by default nowJustin Lecher2015-06-211-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Thanks to kiwifb for reviewing and the fix: change ROOT to EROOT to support ↵gienah2014-10-142-1/+5
| | | | Gentoo prefix.
* Thanks to tamiko for testing - the earlier fix for xblas, ↵gienah2014-10-142-3/+9
| | | | -DXBLAS_LIBRARY:FILEPATH="${ROOT}usr/$(get_libdir)/lib${xblas_libname}.so", breaks the build with USE=-xblas, so only do this when use xblas.
* Specify the xblas library location to cmake - ↵gienah2014-10-132-0/+8
| | | | sci-libs/lapack-reference-9999::science USE="int64 static-libs {test*} xblas*" ABI_X86="32 (64) (-x32)" builds and passes tests with eselect blas show = reference
* Refactor to lapack-reference use the fortran-int64.eclass. Add the virtual ↵gienah2014-10-132-125/+50
| | | | to PDEPEND. Call fortran-int64_ensure_blas to check the blas pkg-config file is available, and the blas-int64 pkg-config file if the int64 USE flag is specified. Remove the sed -e /export/s:lapack::g line for CMakeLists.txt, as I do not wish to change this line: "export(TARGETS ${ALL_TARGETS} FILE lapack-targets.cmake)". Change the addition of the xblas library to the Requires of the pkg-config file to allow for using an int64 build of xblas, by renaming BLAS_PROFNAME to BLAS_REQUIRES then including xblas in the -DBLAS_REQUIRES in src_configure. Try to fix https://github.com/gentoo-science/sci/issues/275 and Bug 524830 - sci-libs/arpack - configure: ld: cannot find -llapack_rs6k by calculating the blas pkg-config file to add to the Requires - needs testing.
* The circular dependency of sci-libs/lapack-reference-3.5.0 on virtual/lapack ↵Honza Macháček2014-10-082-1/+4
| | | | | | removed. Package-Manager: portage-2.2.14_rc1
* sci-libs/lapack-reference: respect flagsJustin Lecher2014-10-063-8/+12
| | | | Package-Manager: portage-2.2.14_rc1
* Fix rebase lapack-multibuild to master conflict 11 on sci-libs/lapack-referencegienah2014-09-272-4/+7
|
* Fix rebase lapack-multibuild to master conflict 2 on sci-libs/lapack-referencegienah2014-09-272-5/+29
|
* multilib as well for lapack-referencegienah2014-09-271-19/+45
|
* Fix rebase lapack-multibuild to master conflict 1 on sci-libs/lapack-referencegienah2014-09-273-28/+119
|
* The dependency needs to be on xblas[fortran] otherwise libxblas won't have ↵François Bissey2014-09-262-1/+6
| | | | | | the required fortran symbols. Package-Manager: portage-2.2.10
* Add xblas to the .pc file when it is in use see bug#523388François Bissey2014-09-252-1/+11
| | | | Package-Manager: portage-2.2.10
* Sanitize ebuild headerJustin Lecher2014-01-301-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-libs/lapack-reference: Version bumpSébastien Fabbro2013-12-073-0/+8
| | | | Package-Manager: portage-2.2.7-prefix
* linksSébastien Fabbro2013-05-221-78/+1
|
* sci-libs/lapack-reference: Switch to EAPI5, merge live ebuildSébastien Fabbro2013-05-223-20/+33
| | | | Package-Manager: portage-2.2.01.21938-prefix
* sci-libs/lapack-reference: Add unocumented USE to metadata.xmlJustin Lecher2013-03-032-6/+12
| | | | Package-Manager: portage-2.2.0_alpha164
* sci-libs/lapack-reference: removed tmg flag, now separate ebuildSébastien Fabbro2012-11-283-4/+7
| | | | Package-Manager: portage-2.2.01.21313-prefix
* sci-libs/lapack-reference: tmg flag descriptionSébastien Fabbro2012-11-282-1/+4
| | | | Package-Manager: portage-2.2.01.21313-prefix
* sci-libs/lapack-reference: Added tmg use flag, fix a failing post command testSébastien Fabbro2012-11-287-192/+47
| | | | Package-Manager: portage-2.2.01.21313-prefix
* sci-libs/lapack-reference: Version bump. Restore the reflapack library name ↵Sébastien Fabbro2012-10-263-0/+82
| | | | | | instead of lapack Package-Manager: portage-2.2.0_alpha141
* Enable cross-compilation of {CBLAS,LAPACK}-referenceOlivier Huber2012-08-121-2/+2
|
* sci-libs/lapack-reference: fixed patch for testingSébastien Fabbro2012-04-253-8/+22
| | | | (Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sciJustin Lecher2012-04-251-2/+2
|\ | | | | | | | | | | | | | | | | | | * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: sci-libs/blas-reference: Fix manifest sci-libs/lapack-reference: Fix manifest Conflicts: sci-libs/blas-reference/ChangeLog sci-libs/lapack-reference/ChangeLog
| * sci-libs/lapack-reference: Fix manifestJustin Lecher2012-04-253-3/+6
| | | | | | | | (Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
* | sci-libs/lapack-reference: Clean checksumsJustin Lecher2012-04-242-1/+4
|/ | | | (Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
* sci-libs/lapack-reference: Version bumpSébastien Fabbro2012-04-235-83/+209
| | | | (Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
* Keyworded for ~-linux prefixJustin Lecher2012-02-233-6/+14
| | | | (Portage version: 2.2.0_alpha89/git/Linux x86_64, unsigned Manifest commit)
* sci-libs/lapack-reference: Fixed pkg-configSébastien Fabbro2012-02-173-1/+8
| | | | (Portage version: 2.1.10.44/git/Linux x86_64, unsigned Manifest commit)
* sci-libs/lapack-reference: bump, with home patchesSébastien Fabbro2012-02-163-0/+69
| | | | (Portage version: 2.1.10.44/git/Linux x86_64, unsigned Manifest commit)
* sci-libs/lapack-reference: Version bumpSébastien Fabbro2012-01-263-2/+88
| | | | (Portage version: 2.1.10.41/git/Linux x86_64, unsigned Manifest commit)
* Convert to thin manifests (as suggested by alexxy and jlec)Andreas K. Huettel (dilfridge)2012-01-141-6/+0
|
* Added svn version for lapack-reference.Andrea Arteaga2011-08-193-1/+93
|
* Fix Manifest.Andrea Arteaga2011-08-191-1/+1
|
* Added lapack-reference from bicatali overlay.Andrea Arteaga2011-08-196-0/+468
|
* removed blas,cblas,lapack-reference, now in main treebicatali2007-08-217-529/+0
| | | | git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@704 32389bae-6d03-0410-99cf-db05cde120eb
* blas/lapack pkg-config file updatebicatali2007-08-172-7/+6
| | | | git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@693 32389bae-6d03-0410-99cf-db05cde120eb
* added many updates to blas/lapack packagesbicatali2007-08-167-0/+530
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@691 32389bae-6d03-0410-99cf-db05cde120eb