| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 Klink | 2025-04-01 | 1 | -0/+4 |
| * | python3Packages: remove unused arguments | Sigmanificient | 2024-07-30 | 1 | -1/+0 |
| * | treewide: remove unused occurence of stdenv (and other) arguments•••format (will squash)
| Sigmanificient | 2024-07-14 | 1 | -1/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -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
| adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | python311Packages.cvxopt: set env vars in env rather than preConfigure | annalee | 2023-11-26 | 1 | -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.
| annalee | 2023-11-26 | 1 | -13/+3 |
| * | treewide: fix redirected and broken URLs•••Using the script in maintainers/scripts/update-redirected-urls.sh
| Anthony Roussel | 2023-11-11 | 1 | -1/+1 |
| * | python3Packages.cvxopt: 1.3.0 -> 1.3.2 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes.
| Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | Merge pull request #212787 from Artturin/splitthings2 | Artturi | 2023-01-31 | 1 | -6/+6 |
| |\ |
|
| | * | python310Packages.cvxopt: use lib.getX | Artturin | 2023-01-30 | 1 | -6/+6 |
| * | | python3Packages.cvxopt: use openblas for darwin | Edward Tjörnhammar | 2023-01-29 | 1 | -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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | treewide: migrate to pythonPackages.unittestCheckHook | Winter | 2022-08-13 | 1 | -4/+6 |
| * | python310Packages.cvxopt: 1.2.7 -> 1.3.0 | R. Ryantm | 2022-03-09 | 1 | -2/+2 |
| * | python38Packages.cvxopt: 1.2.6 -> 1.2.7 | R. RyanTM | 2021-09-22 | 1 | -2/+2 |
| * | python3Packages.cvxopt: 1.2.5 -> 1.2.6 | Frederik Rietdijk | 2021-02-26 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -2/+1 |
| * | python27Packages.cvxopt: 1.2.4 -> 1.2.5 | R. RyanTM | 2020-05-09 | 1 | -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 Bauer | 2020-04-20 | 1 | -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 Bauer | 2020-04-17 | 1 | -4/+7 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -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 Tojnar | 2020-03-10 | 1 | -2/+2 |
| * | python27Packages.cvxopt: 1.2.3 -> 1.2.4 | R. RyanTM | 2020-01-27 | 1 | -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át | 2019-09-15 | 1 | -1/+0 |
| * | python: cvxopt: 1.2.2 -> 1.2.3 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |
| * | pythonPackages.cvxopt: mark as broken on darwin•••See https://github.com/NixOS/nixpkgs/pull/49994#issuecomment-437589336.
| Timo Kaufmann | 2018-11-20 | 1 | -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. RyanTM | 2018-11-08 | 1 | -2/+2 |
| * | python: cvxopt: 1.2.0 -> 1.2.1 | Frederik Rietdijk | 2018-10-13 | 1 | -2/+2 |
| * | pythonPackages.cvxopt: re-enable tests (#43566)•••This reverts commit 64a64e7483581b2ea64b48a74671681176d14631. The issue
was fixed in d2f0fc1f414290b399301f284329b791c010ee85. | Timo Kaufmann | 2018-07-15 | 1 | -5/+0 |
| * | pythonPackages.cvxopt: temporarily disable tests (#43564)•••The tests have transient failures that will be fixed once staging is
merged. | Timo Kaufmann | 2018-07-15 | 1 | -0/+5 |
| * | python: cvxopt: 1.1.9 -> 1.2.0 | Frederik Rietdijk | 2018-06-21 | 1 | -2/+2 |
| * | pythonPackages.cvxopt: 1.1.7 -> 1.1.9•••Also adds support for the optional extensions glpk, gsl, fftw and
enables tests.
| Timo Kaufmann | 2018-04-12 | 1 | -0/+69 |