aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sundials (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sundials: assert that lapack and blas are compatibleDoron Behar2020-12-051-10/+17
| | | | | | | | | | | | | Instead of asserting that lapack and blas are both not using 64 bit index size, only make sure they are index size compatible. Plus, do it when evaluating buildInputs, per: https://github.com/NixOS/nixpkgs/pull/94892#discussion_r471110250 Don't pass SUNDIALS_INDEX_TYPE=int32_t if blas && lapack are compiled with 64 bit index size. Bonus: Use checkTarget and not an overrided checkPhase, per: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md
* sundials: remove flokli as maintainerFlorian Klink2020-09-231-2/+2
|
* sundials_2: remove flokli as maintainerFlorian Klink2020-09-231-1/+1
|
* sundials: add KLU supportGuillaume Desforges2020-09-211-2/+21
|
* sundials: 5.1.0 -> 5.3.0Arthur Carcano2020-06-241-2/+2
|
* blas,lapack: use isILP64 instead of is64bitMatthew Bauer2020-04-202-2/+2
| | | | | | | | This is a better name since we have multiple 64-bit things that could be referred to. LP64 : integer=32, long=64, pointer=64 ILP64 : integer=64, long=64, pointer=64
* treewide: use blas and lapackMatthew Bauer2020-04-172-11/+10
| | | | | | | | | | | | This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
|
* sundials: Add version 2.7.0 as sundials_2Doron Behar2020-02-221-0/+61
|
* sundials_3: removeFlorian Klink2020-02-191-52/+0
| | | | | This package has only been used for python.pkgs.scikits-odes, which should compile with sundials 5 by now.
* sundials: 5.0.0 -> 5.1.0Doron Behar2020-02-181-7/+2
|
* sundials: replace liblapack by openblasSébastien Maret2019-12-171-6/+4
|
* sundials: 4.1.0 -> 5.0.0Sébastien Maret2019-12-042-49/+2
|
* sundials: include patch to remove flakinessFlorian Klink2019-09-083-1/+49
| | | | | | | | The provided patch doesn't apply cleanly on sundials_3 (no SundialsTesting.cmake, SundialsAddTest.cmake containing trailing whitespaces inside context), so for now we just disable tests for sundials_3 - scikits-odes plans to move to sundials 4 anyways - see https://github.com/bmcage/odes/pull/106.
* sundials: relax tolerance for test_sunmatrix_sparseDominic Steinitz2019-09-082-10/+19
| | | | | | This test fails on MacOS otherwise, due to slightly different math. Only add for sundials 4, it's not in sundials_3 yet.
* sundials_3: init at 3.2.1Florian Klink2019-09-081-0/+49
| | | | | | That's needed for scikits.odes. Upstream bug to migrate to sundials 4: https://github.com/bmcage/odes/issues/98
* sundials: add lapack supportFlorian Klink2019-09-081-4/+14
|
* sundials: enable testsFlorian Klink2019-09-081-0/+9
|
* sundials: use cmakeFlagsFlorian Klink2019-09-081-9/+11
|
* sundials: 4.0.2 -> 4.1.0 (#55821)R. RyanTM2019-02-241-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/sundials/versions
* sundials: remove name attribute (pname is present)Markus Kowalewski2019-02-031-2/+1
|
* sundials: 4.0.1 -> 4.0.2R. RyanTM2019-01-261-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/sundials/versions
* sundials: 4.0.0 -> 4.0.1R. RyanTM2019-01-011-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/sundials/versions
* sundials: 3.2.1 -> 4.0.0R. RyanTM2018-12-181-5/+6
| | | | | | | | | | | * sundials: 3.2.1 -> 4.0.0 (#52022) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sundials/versions * sundials: cleanup
* sundials: 3.2.0 -> 3.2.1R. RyanTM2018-10-241-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/sundials/versions
* sundials: 3.1.2 -> 3.2.0R. RyanTM2018-10-031-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/sundials/versions
* sundials: 3.1.1 -> 3.1.2R. RyanTM2018-08-081-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/sundials/versions.
* sundials: 3.1.0 -> 3.1.1R. RyanTM2018-05-121-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/sundials/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.1.1 with grep in /nix/store/fkdjdcj8ydq78an3dxgg2ppalahccla5-sundials-3.1.1 - directory tree listing: https://gist.github.com/bc116dd93142b639fe041213e8223715
* Add name to maintainers' listDominic Steinitz2018-03-121-2/+2
|
* sundials: init at 3.1.0Dominic Steinitz2018-03-101-0/+28