summary refs log tree commit diff
path: root/pkgs/development/python-modules/cvxopt
Commit message (Collapse)AuthorAge
* python38Packages.cvxopt: 1.2.6 -> 1.2.7R. RyanTM2021-09-22
|
* python3Packages.cvxopt: 1.2.5 -> 1.2.6Frederik Rietdijk2021-02-26
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* python27Packages.cvxopt: 1.2.4 -> 1.2.5R. RyanTM2020-05-09
|
* blas,lapack: use isILP64 instead of is64bitMatthew Bauer2020-04-20
| | | | | | | | 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-17
| | | | | | | | | | | | 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-10
|
* suitesparse: clean upJan Tojnar2020-03-10
| | | | | | | * 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
* python27Packages.cvxopt: 1.2.3 -> 1.2.4R. RyanTM2020-01-27
|
* treewide: mark packages as buildable on darwin (PR #45364)Vladimír Čunát2019-09-15
| | | | vcunat amended the commit a bit; see the PR for details/discussion.
* python: cvxopt: 1.2.2 -> 1.2.3Frederik Rietdijk2019-02-17
|
* pythonPackages.cvxopt: mark as broken on darwinTimo Kaufmann2018-11-20
| | | | See https://github.com/NixOS/nixpkgs/pull/49994#issuecomment-437589336.
* python36Packages.cvxopt: 1.2.1 -> 1.2.2R. RyanTM2018-11-08
| | | | | | | 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
* python: cvxopt: 1.2.0 -> 1.2.1Frederik Rietdijk2018-10-13
|
* pythonPackages.cvxopt: re-enable tests (#43566)Timo Kaufmann2018-07-15
| | | | This reverts commit 64a64e7483581b2ea64b48a74671681176d14631. The issue was fixed in d2f0fc1f414290b399301f284329b791c010ee85.
* pythonPackages.cvxopt: temporarily disable tests (#43564)Timo Kaufmann2018-07-15
| | | | The tests have transient failures that will be fixed once staging is merged.
* python: cvxopt: 1.1.9 -> 1.2.0Frederik Rietdijk2018-06-21
|
* pythonPackages.cvxopt: 1.1.7 -> 1.1.9Timo Kaufmann2018-04-12
Also adds support for the optional extensions glpk, gsl, fftw and enables tests.