summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cvxopt/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.cvxopt: fix version•••Without setuptools-scm being present, and without SETUPTOOLS_SCM_PRETEND_VERSION being set, this ends up as 0.0.0. Florian Klink2025-04-011-0/+4
* python3Packages: remove unused argumentsSigmanificient2024-07-301-1/+0
* treewide: remove unused occurence of stdenv (and other) arguments•••format (will squash) Sigmanificient2024-07-141-1/+0
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-37/+48
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* python311Packages.cvxopt: set env vars in env rather than preConfigureannalee2023-11-261-19/+19
* python311Packages.cvxopt: use LP64 blas on darwin; fix build•••darwin builds were using the ILP64 openblas library which causes the build to segufault in the unittests, which might be why the unit tests were disabled on darwin... this change aligns darwin to the linux build to use LP64 blas / lapack libraries. this also aligns with the assert at the top of the file which asserts blas and lapack are LP64. the darwin unit test is re-enabled and passes. annalee2023-11-261-13/+3
* treewide: fix redirected and broken URLs•••Using the script in maintainers/scripts/update-redirected-urls.sh Anthony Roussel2023-11-111-1/+1
* python3Packages.cvxopt: 1.3.0 -> 1.3.2Martin Weinelt2023-09-271-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* Merge pull request #212787 from Artturin/splitthings2Artturi2023-01-311-6/+6
|\
| * python310Packages.cvxopt: use lib.getXArtturin2023-01-301-6/+6
* | python3Packages.cvxopt: use openblas for darwinEdward Tjörnhammar2023-01-291-3/+15
|/
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* treewide: migrate to pythonPackages.unittestCheckHookWinter2022-08-131-4/+6
* python310Packages.cvxopt: 1.2.7 -> 1.3.0R. Ryantm2022-03-091-2/+2
* python38Packages.cvxopt: 1.2.6 -> 1.2.7R. RyanTM2021-09-221-2/+2
* python3Packages.cvxopt: 1.2.5 -> 1.2.6Frederik Rietdijk2021-02-261-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-2/+1
* python27Packages.cvxopt: 1.2.4 -> 1.2.5R. RyanTM2020-05-091-2/+2
* 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 Matthew Bauer2020-04-201-1/+1
* 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 Matthew Bauer2020-04-171-4/+7
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* 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 Jan Tojnar2020-03-101-2/+2
* python27Packages.cvxopt: 1.2.3 -> 1.2.4R. RyanTM2020-01-271-2/+2
* treewide: mark packages as buildable on darwin (PR #45364)•••vcunat amended the commit a bit; see the PR for details/discussion. Vladimír Čunát2019-09-151-1/+0
* python: cvxopt: 1.2.2 -> 1.2.3Frederik Rietdijk2019-02-171-2/+2
* pythonPackages.cvxopt: mark as broken on darwin•••See https://github.com/NixOS/nixpkgs/pull/49994#issuecomment-437589336. Timo Kaufmann2018-11-201-4/+6
* 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 R. RyanTM2018-11-081-2/+2
* python: cvxopt: 1.2.0 -> 1.2.1Frederik Rietdijk2018-10-131-2/+2
* pythonPackages.cvxopt: re-enable tests (#43566)•••This reverts commit 64a64e7483581b2ea64b48a74671681176d14631. The issue was fixed in d2f0fc1f414290b399301f284329b791c010ee85.Timo Kaufmann2018-07-151-5/+0
* pythonPackages.cvxopt: temporarily disable tests (#43564)•••The tests have transient failures that will be fixed once staging is merged.Timo Kaufmann2018-07-151-0/+5
* python: cvxopt: 1.1.9 -> 1.2.0Frederik Rietdijk2018-06-211-2/+2
* pythonPackages.cvxopt: 1.1.7 -> 1.1.9•••Also adds support for the optional extensions glpk, gsl, fftw and enables tests. Timo Kaufmann2018-04-121-0/+69