aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gsl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-312-2/+2
|
* gsl: 2.5 -> 2.6Lancelot SIX2019-08-211-2/+2
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00004.html for release announcement
* -mno-fma is x86_64 only; it hinders aarch64 compilationvolth2019-05-042-2/+4
|
* gsl: remove disable-fma.patchvolth2019-04-303-39/+0
| | | | | | `NIX_CFLAGS_COMPILE = [ "-mno-fma" ];` disables FMA in a more reliable way. `platform.gcc.arch = "skylake"` resulting in gcc command line flag -march=skylake was able to enable FMA even with disable-fma.patch applied
* compilation for particular x86_64 architecturevolth2019-04-302-0/+4
|
* gsl_1: Disables build on aarch64-linuxSamuel Dionne-Riel2018-12-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * https://hydra.nixos.org/build/84910540 ``` Making check in eigen make[1]: Entering directory '/build/gsl-1.16/eigen' make test make[2]: Entering directory '/build/gsl-1.16/eigen' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c test.c /nix/store/bsb6596kk4fp20hyl9yl55xwv1ax4b6s-bash-4.4-p23/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o test test.o libgsleigen.la ../test/libgsltest.la ../linalg/libgsllinalg.la ../permutation/libgslpermutation.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../complex/libgslcomplex.la ../ieee-utils/libgslieeeutils.la ../sys/libgslsys.la ../err/libgslerr.la ../utils/libutils.la ../rng/libgslrng.la ../sort/libgslsort.la -lm libtool: link: gcc -g -O2 -o .libs/test test.o ./.libs/libgsleigen.a ../test/.libs/libgsltest.a ../linalg/.libs/libgsllinalg.a ../permutation/.libs/libgslpermutation.a ../blas/.libs/libgslblas.a ../cblas/.libs/libgslcblas.so ../matrix/.libs/libgslmatrix.a ../vector/.libs/libgslvector.a ../block/.libs/libgslblock.a ../complex/.libs/libgslcomplex.a ../ieee-utils/.libs/libgslieeeutils.a ../sys/.libs/libgslsys.a ../err/.libs/libgslerr.a ../utils/.libs/libutils.a ../rng/.libs/libgslrng.a ../sort/.libs/libgslsort.a -lm -Wl,-rpath -Wl,/nix/store/rz7sjaxwm3qf6nk9kk90v1qf81y1s62v-gsl-1.16/lib make[2]: Leaving directory '/build/gsl-1.16/eigen' make check-TESTS make[2]: Entering directory '/build/gsl-1.16/eigen' make[3]: Entering directory '/build/gsl-1.16/eigen' FAIL: test make[4]: Entering directory '/build/gsl-1.16/eigen' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/gsl-1.16/eigen' ==================================== gsl 1.16: eigen/test-suite.log ==================================== .. contents:: :depth: 2 FAIL: test ========== FAIL: herm random, normalized(1), unsorted (0.999999999999999112 observed vs 1 expected) [117761] FAIL: herm random, normalized(2), val/asc (0.999999999999999112 observed vs 1 expected) [117789] FAIL: herm random, normalized(0), val/desc (0.999999999999999112 observed vs 1 expected) [117811] FAIL: herm random, normalized(1), abs/asc (0.999999999999999112 observed vs 1 expected) [117836] FAIL: herm random, normalized(1), abs/desc (0.999999999999999112 observed vs 1 expected) [117860] ```
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-022-4/+4
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* Treewide: use HTTPS on GNU Savannah domainsc0bw3b2018-12-021-1/+1
| | | | | | | | HTTP -> HTTPS for: - http://savannah.gnu.org/ - http://git.savannah.gnu.org/ - http://download.savannah.gnu.org/ - http://svn.savannah.gnu.org/
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-301-1/+1
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|
* gsl: 2.4 -> 2.5R. RyanTM2018-06-191-2/+2
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gsl/versions. These checks were done: - built on NixOS - /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5/bin/gsl-randist passed the binary check. - /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5/bin/gsl-histogram passed the binary check. - /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5/bin/gsl-config passed the binary check. - 3 of 3 passed binary check by having a zero exit code. - 1 of 3 passed binary check by having the new version present in output. - found 2.5 with grep in /nix/store/cams8w74kvh5b7bx2jykap5yh469qzap-gsl-2.5 - directory tree listing: https://gist.github.com/70df8117b02b4102425b4cd0219498cb - du listing: https://gist.github.com/67a7925931ba8738deb32c46fbf5d919
* gsl: Disable tests on aarch64Tuomas Tynkkynen2018-04-041-1/+2
| | | | | | | https://hydra.nixos.org/build/70700906 I opened an upstream bug, but their bug system is e-mail based and I haven't got a single reply which contains an web link :(
* gsl: 2.3 -> 2.4Lancelot SIX2017-06-211-2/+2
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00008.html for release announcement.
* gsl: 2.2 -> 2.3 (#21058)Lancelot SIX2016-12-111-2/+2
| | | | See https://lists.gnu.org/archive/html/info-gnu/2016-12/msg00005.html for release announcement
* gsl: 2.1 -> 2.2Lancelot SIX2016-08-301-2/+2
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00015.html for announcement and news.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-022-0/+2
| | | | Build-tested on x86_64 Linux & Mac.
* gsl: Disable tests on i686-linuxEelco Dolstra2016-03-021-1/+1
| | | | http://hydra.nixos.org/build/32624041
* gsl: 1.16 -> 2.1Lancelot SIX2015-12-092-7/+41
| | | | | | | | | Release notes : – gsl-2.0: https://savannah.gnu.org/forum/forum.php?forum_id=8392 — gsl-2.1: https://savannah.gnu.org/forum/forum.php?forum_id=8408 The bug-39055.patch is removed since it seems to be integrated in the 2.1 release.
* gsl: fix patch URL that no longer worked (close #9143)Vladimír Čunát2015-08-061-2/+1
|
* gsl: fix i686 tests by upstream patchVladimír Čunát2015-06-272-6/+13
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* gsl: update to version 1.16Peter Simons2014-06-211-7/+4
|
* Merge glibc-2.18 branch into stdenv-updatesVladimír Čunát2013-12-281-2/+2
|\ | | | | | | | | | | | | | | It's to separate from other changes coming from master. Conflicts: pkgs/development/libraries/glibc/2.18/common.nix (taking both changes) pkgs/development/libraries/ncurses/5_4.nix (deleted)
* \ Merge branch 'origin/master' into stdenv-updates.Peter Simons2013-12-161-2/+2
|\ \ | | | | | | | | | | | | Conflicts: pkgs/tools/misc/less/default.nix
| * | gsl: update from 1.15 to 1.16Nixpkgs Monitor2013-12-161-2/+2
| |/
* | Merge branch 'origin/master' into stdenv.Peter Simons2013-08-171-1/+1
|\|
| * unmaintain several packagesLudovic Courtès2013-08-161-1/+1
| |
* | gsl: attempt to fixVladimír Čunát2013-03-172-0/+36
|/ | | | ToDo: there may be more impurities than this processor-feature test.
* GNU Scientific Library 1.15.Ludovic Courtès2011-05-301-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=27323
* GNU Scientific Library 1.14.Ludovic Courtès2010-05-101-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=21709
* GSL 1.13.Ludovic Courtès2009-09-101-3/+5
| | | | svn path=/nixpkgs/trunk/; revision=17039
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-211-2/+0
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* GSL 1.12.Ludovic Courtès2008-12-181-8/+25
| | | | svn path=/nixpkgs/trunk/; revision=13656
* Bumped gsl versionPjotr Prins2008-10-051-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=12946
* Nix-expr style reviewYury G. Kudryashov2008-01-301-5/+3
| | | | | | | | | | | | Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
* gsl (gnu scientific library) addedMarc Weber2007-12-041-0/+17
svn path=/nixpkgs/trunk/; revision=9851