Markus Kowalewski
f61aa16302
arpack: move gfortran to nativeBuildInputs
2021-09-03 13:33:33 +02:00
Robert Scott
1241d9fae3
arpack: fix libblas.dylib's path on darwin
2021-05-22 19:03:56 +01:00
Robert Schütz
9e4b635dee
arpack: 3.7.0 -> 3.8.0
2021-03-27 10:54:26 +01:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Doron Behar
bd77df6d6f
arpack: assert that blas and lapack are compatible
...
Do it before buildInputs per:
https://github.com/NixOS/nixpkgs/pull/94892#discussion_r471110250
Remove unneed, BLAS_LIBS and LAPACK_LIBS from environment - the
libraries are detected just fine when in buildInputs.
2020-09-23 00:57:31 +03:00
Doron Behar
e0d947c79c
arpack: cosmetic changes
...
Don't use `with stdenv.lib` at the top of the expression, per:
https://nix.dev/anti-patterns/language.html#with-attrset-expression
Use rec and version inside `mkDerivation`, like almost any other
derivation.
2020-09-23 00:52:45 +03:00
Matthew Bauer
8a525d6a2b
arpack: add blas, lapack to library path
...
Fixes #89215
2020-07-06 01:30:10 -04:00
Matthew Bauer
ff2f2644f8
blas,lapack: use isILP64 instead of is64bit
...
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
2020-04-20 16:02:43 -05:00
Matthew Bauer
1c8aba8334
treewide: use blas and lapack
...
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
2020-04-17 16:24:09 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Anders Kaseorg
3cd8ce3bce
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Markus Kowalewski
70867a92f6
arpack: fix tests on darwin
2019-04-03 10:48:52 +02:00
Markus Kowalewski
9a60a65249
arpack: 3.6.3 -> 3.7.0
...
* switch to FetchFromGitHub
* switch from autotools to cmake
* add eigen to input (is now required)
2019-04-03 10:48:52 +02:00
R. RyanTM
0e5e4aed06
arpack: 3.5.0 -> 3.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arpack/versions
2018-09-26 11:28:59 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Markus Kowalewski
a16880533f
arpack: remove FFLAGS
2018-01-22 15:52:57 -08:00
Markus Kowalewski
eb30d65de6
arpack: 3.3.0 -> 3.5.0
2018-01-22 15:36:43 -08:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Thomas Tuegel
36a08ce5a0
arpack: 3.2.0 -> 3.3.0
2015-12-28 11:44:03 -06:00
Thomas Tuegel
cd7cfcc9a2
arpack: include OpenBLAS path in pkgconfig file
2015-12-22 14:22:19 -06:00
Thomas Tuegel
aa4efac850
arpack: update homepage
2015-09-16 11:08:39 -05:00
Thomas Tuegel
fff0191f48
arpack: build with openblas
2015-06-04 17:42:03 -05:00
Pascal Wittmann
f99d5cf2fc
Fixed some descriptions
2015-04-28 10:55:20 +02:00
Thomas Tuegel
81c0f94d74
arpack: build against atlasWithLapack
2014-12-27 13:40:40 -06:00
Thomas Tuegel
893f277bd7
arpack: version bump to 3.2.0
2014-12-27 13:40:40 -06:00
Michael Raskin
9fe10c90fa
Properly mark platform support for arpack in relation to its openblas dependency
2014-08-10 16:36:48 +04:00
Thomas Tuegel
df5639183c
Claim maintainership of recently added packages
...
Also set platforms for some packages where it was missing.
2014-03-07 11:23:30 -06:00
Thomas Tuegel
2bd2747a50
arpack: version 3.1.5, fix pkgconfig
2014-03-01 18:46:53 -06:00
Thomas Tuegel
bcd9f04226
add arpack-3.1.4
2014-01-26 08:57:11 -06:00