| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #104632 from r-ryantm/auto-update/blis•••blis: 0.7.0 -> 0.8.0 | Daniël de Kok | 2020-11-28 | 1 | -2/+2 |
| |\ | |||||
| | * | blis: 0.7.0 -> 0.8.0 | R. RyanTM | 2020-11-22 | 1 | -2/+2 |
| * | | Merge pull request #103682 from evils/elvis•••fix some dead meta.homepage entries | Pavol Rusnak | 2020-11-26 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | openlibm: update meta.homepage | Evils | 2020-11-13 | 1 | -1/+1 |
| * | | | Merge pull request #104305 from r-ryantm/auto-update/petsc•••petsc: 3.14.0 -> 3.14.1 | Sandro | 2020-11-23 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | petsc: 3.14.0 -> 3.14.1 | R. RyanTM | 2020-11-19 | 1 | -2/+2 |
| | |/ / | |||||
| * | / | openlibm: 0.7.2 -> 0.7.3 | R. RyanTM | 2020-11-22 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | qcsxcad: migrate to Qt511 + additional cleanup••• * Split into multiple outputs * Rewrite the derivation without stdenv | freezeboy | 2020-11-20 | 1 | -0/+49 |
| * | | Merge pull request #104265 from danieldk/sync-cudnn-with-toolkit•••cudnn_cudatoolkit_10: 10.1 -> 10.2 | Daniël de Kok | 2020-11-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | cudnn_cudatoolkit_10: 10.1 -> 10.2•••cudatoolkit_10 is currently CUDA 10.2, whereas cudnn_cudatoolkit_10 was using CuDNN with CUDA 10.1. This change rectifies that discrepancy. | Daniël de Kok | 2020-11-19 | 1 | -1/+1 |
| | |/ | |||||
| * / | maintainers: create sage team•••Maintaining all the packages whose updates might break some aspect of sage. For reference: https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510 | Timo Kaufmann | 2020-11-18 | 13 | -13/+13 |
| |/ | |||||
| * | Merge pull request #103120 from danieldk/libtorch-bin-cmake-fix-lib-paths•••libtorch-bin: fix CMake library paths for split outputs | Daniël de Kok | 2020-11-10 | 2 | -0/+9 |
| |\ | |||||
| | * | libtorch-bin: modify passthru test to capture CMake misconfiguration | Daniël de Kok | 2020-11-09 | 1 | -0/+1 |
| | * | libtorch-bin: fix CMake library paths for split outputs•••The libtorch CMake files are in the `dev` output and used relative paths to locate the shared libraries. This fails, because the libraries are in the `out` output. This change patches the CMake files to use library paths from `out`. See #102146. | Daniël de Kok | 2020-11-09 | 1 | -0/+8 |
| * | | Merge master into staging-next | Frederik Rietdijk | 2020-11-09 | 6 | -11/+69 |
| |\| | |||||
| | * | Merge pull request #103078 from danieldk/cleanup-libtorch-bin-test•••libtorch-bin: cleanup passthru test | Daniël de Kok | 2020-11-09 | 3 | -9/+18 |
| | |\ | |||||
| | | * | libtorch-bin: cleanup passthru test•••- Make passthru.tests an attrset. - Remove CMake VERBOSE option. - Remove spurious `cat CMakeLists.txt`. - Run the test as well. - Actually test some functionality. | Daniël de Kok | 2020-11-07 | 3 | -9/+18 |
| | * | | mkl: Add a small test program•••The MKL pkg-config files often change and are then incorrect for our paths. pkg-config validation finds some issues, but not incorrect paths. So, add a small test program to test whether the generated pkg-config files can actually be used to build a functioning binary. Hopefully this catches future regressions. | Daniël de Kok | 2020-11-06 | 3 | -1/+49 |
| | * | | mkl: Fix pkg-config file•••There was a spurious `intel64` in some library paths. | Daniël de Kok | 2020-11-06 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge master into staging-next | Frederik Rietdijk | 2020-11-06 | 1 | -2/+2 |
| |\| | |||||
| | * | petsc: 3.13.4 -> 3.14.0 | R. RyanTM | 2020-11-04 | 1 | -2/+2 |
| * | | openblas: 0.3.10 -> 0.3.12•••https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.11 https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.12 | TredwellGit | 2020-11-01 | 2 | -34/+2 |
| |/ | |||||
| * | htslib: 1.10.2 -> 1.11 (#100812) | Renato Alves | 2020-10-29 | 1 | -2/+2 |
| * | ns-3: 3.30 -> 3.32 | eyjhb | 2020-10-28 | 1 | -3/+5 |
| * | libtorch-bin: 1.6.0 -> 1.7.0•••Changelog: https://github.com/pytorch/pytorch/releases/tag/v1.7.0 | Daniël de Kok | 2020-10-28 | 2 | -9/+9 |
| * | treewide: remove package names from prefix of descriptions | Ben Siraphob | 2020-10-27 | 1 | -1/+1 |
| * | openlibm: 0.7.1 -> 0.7.2 | R. RyanTM | 2020-10-26 | 1 | -2/+2 |
| * | Merge pull request #101031 from r-burns/spooles•••spooles: fix build on darwin | Robert Scott | 2020-10-19 | 2 | -1/+5 |
| |\ | |||||
| | * | spooles: fix build on darwin | Ryan Burns | 2020-10-18 | 2 | -1/+5 |
| * | | Merge pull request #100870 from r-ryantm/auto-update/brial•••brial: 1.2.8 -> 1.2.10 | Timo Kaufmann | 2020-10-18 | 1 | -2/+2 |
| |\ \ | |/ |/| | |||||
| | * | brial: 1.2.8 -> 1.2.10 | R. RyanTM | 2020-10-17 | 1 | -2/+2 |
| * | | elastix: 5.0.0 -> 5.0.1; unbreak OS X build | Ben Darwin | 2020-10-17 | 1 | -13/+7 |
| * | | treewide: remove periods from end of package descriptions | Ben Siraphob | 2020-10-17 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'master' into staging-next•••Quite many rebuilds from master: > Estimating rebuild amount by counting changed Hydra jobs. > 3926 x86_64-darwin > 4645 x86_64-linux | Vladimír Čunát | 2020-10-10 | 1 | -0/+34 |
| |\ | |||||
| | * | Merge pull request #98571 from bcdarwin/gifticlib•••gifticlib: init at unstable-2020-07-07 | Lassulus | 2020-10-08 | 1 | -0/+34 |
| | |\ | |||||
| | | * | gifticlib: init at unstable-2020-07-07 | Ben Darwin | 2020-09-23 | 1 | -0/+34 |
| * | | | Merge master into staging-next | Frederik Rietdijk | 2020-10-08 | 4 | -8/+11 |
| |\| | | |||||
| | * | | bicgl: update LIBMINC_DIR due to libminc CMake changes | Ben Darwin | 2020-10-06 | 1 | -3/+6 |
| | * | | oobicpl: update LIBMINC_DIR due to libminc CMake changes | Ben Darwin | 2020-10-06 | 1 | -2/+2 |
| | * | | bicpl: fix LIBMINC_DIR due to libminc CMake changes | Ben Darwin | 2020-10-06 | 1 | -2/+2 |
| | * | | EBTKS: update LIBMINC_DIR due to libminc update | Ben Darwin | 2020-10-06 | 1 | -1/+1 |
| * | | | Merge staging-next into staging | Frederik Rietdijk | 2020-10-06 | 2 | -12/+16 |
| |\| | | |||||
| | * | | openblas: enable on ppc64le | Ryan Burns | 2020-10-02 | 1 | -0/+7 |
| | * | | Merge pull request #98501 from doronbehar/pkg/octave/arpack | Doron Behar | 2020-10-01 | 1 | -12/+9 |
| | |\ \ | |||||
| | | * | | 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. | Doron Behar | 2020-09-23 | 1 | -4/+6 |
| | | * | | 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. | Doron Behar | 2020-09-23 | 1 | -8/+3 |
| | | |/ | |||||
| * | / | openblas: enable multiple outputs | Jonathan Ringer | 2020-10-05 | 1 | -0/+3 |
| |/ / | |||||
| * | | Merge pull request #98779 from r-ryantm/auto-update/libbraiding•••libbraiding: 1.0 -> 1.1 | Timo Kaufmann | 2020-09-28 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | libbraiding: 1.0 -> 1.1 | R. RyanTM | 2020-09-25 | 1 | -2/+2 |
| | |/ | |||||
| * / | cliquer: 1.21 -> 1.22 | R. RyanTM | 2020-09-25 | 1 | -2/+2 |
| |/ | |||||
