R. RyanTM
8cab672e54
python27Packages.cvxopt: 1.2.4 -> 1.2.5
2020-05-09 08:50:13 +02: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
Jan Tojnar
40ae28791f
suitesparse: clean up
...
* Split to multiple outputs
* Fetch source from GitLab (the only source for future releases)
* Re-order attrset to be more idiomatic
* Format with nixpkgs-fmt
2020-03-10 20:35:44 +01:00
R. RyanTM
512e77e664
python27Packages.cvxopt: 1.2.3 -> 1.2.4
2020-01-27 19:36:24 +00:00
Vladimír Čunát
991c0e1618
treewide: mark packages as buildable on darwin (PR #45364 )
...
vcunat amended the commit a bit; see the PR for details/discussion.
2019-09-15 10:50:08 +02:00
Frederik Rietdijk
bb2b606db7
python: cvxopt: 1.2.2 -> 1.2.3
2019-02-17 14:40:18 +01:00
Timo Kaufmann
5e3af1255b
pythonPackages.cvxopt: mark as broken on darwin
...
See https://github.com/NixOS/nixpkgs/pull/49994#issuecomment-437589336 .
2018-11-20 13:20:29 +01:00
R. RyanTM
2df88cb6f9
python36Packages.cvxopt: 1.2.1 -> 1.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/python3.6-cvxopt/versions
2018-11-08 23:29:55 -08:00
Frederik Rietdijk
094ea76f29
python: cvxopt: 1.2.0 -> 1.2.1
2018-10-13 09:50:15 +02:00
Timo Kaufmann
338f71a338
pythonPackages.cvxopt: re-enable tests ( #43566 )
...
This reverts commit 64a64e7483
. The issue
was fixed in d2f0fc1f41
.
2018-07-15 14:26:33 +02:00
Timo Kaufmann
64a64e7483
pythonPackages.cvxopt: temporarily disable tests ( #43564 )
...
The tests have transient failures that will be fixed once staging is
merged.
2018-07-15 12:20:47 +02:00
Frederik Rietdijk
dbc547c5ef
python: cvxopt: 1.1.9 -> 1.2.0
2018-06-21 07:49:06 +02:00
Timo Kaufmann
156e910b6d
pythonPackages.cvxopt: 1.1.7 -> 1.1.9
...
Also adds support for the optional extensions glpk, gsl, fftw and
enables tests.
2018-04-12 12:50:22 +02:00