about summary refs log tree commit diff
path: root/pkgs/applications/science
Commit message (Collapse)AuthorAge
* lean: 3.14.0 -> 3.15.0R. RyanTM2020-06-06
|
* Merge pull request #88466 from puzzlewolf/gazebo_removeLassulus2020-06-04
|\ | | | | gazebo: remove
| * maintainers: remove pxcpuzzlewolf2020-05-30
| |
| * gazebo, sdformat: removepuzzlewolf2020-05-30
| |
* | treewide: replace base64 encoded hashesDaiderd Jordan2020-06-03
| |
* | Merge pull request #89308 from LnL7/remove-sri-hasheszimbatm2020-06-02
|\ \ | | | | | | Remove sri hashes
| * | treewide: replace SRI hashesDaiderd Jordan2020-06-01
| |/
* | Merge pull request #89111 from timokau/gap-cleanupTimo Kaufmann2020-06-02
|\ \ | |/ |/| gap: cleanup
| * gap: remove explicit configreFlagsTimo Kaufmann2020-05-28
| | | | | | | | System gmp is now the default.
| * gap: add readline supportTimo Kaufmann2020-05-28
| | | | | | | | | | Technically optional but strongly recommended from upstream. Replaces their own implementation for input parsing.
| * gap: use https for the homepageTimo Kaufmann2020-05-28
| |
| * gap: fix comment typoTimo Kaufmann2020-05-28
| |
| * gap: remove m4 dependencyTimo Kaufmann2020-05-28
| | | | | | | | | | No longer necessary, since the build system was significantly overhauled / replaced by Max Horn.
| * gap: move to new source URLTimo Kaufmann2020-05-28
| | | | | | | | | | GAP downloads moved to a new subdomain. The old one still redirects, but the new one is the "source of truth" so we should switch to that.
| * gap: use the `check` target for install checksTimo Kaufmann2020-05-28
| | | | | | | | | | | | | | | | | | | | As suggested by Max Horn. This exists since gap 4.10 and will only run the install checks once while also exiting with an appropriate exit code. This new check has uncovered some test failures, which are harmless and actually disabled in a future gap release. The error-detection code for the previous test target was probably broken.
* | Merge pull request #89058 from timokau/palp-2.11-hash-fixup-2Timo Kaufmann2020-05-27
|\ \ | | | | | | palp: fix hash
| * | palp: fix hashTimo Kaufmann2020-05-28
| |/ | | | | | | | | The file was modified for the second time now. I'll try to contact upstream about this. Maybe 2.11 is not actually a finished product yet.
* / cryptominisat: 5.7.0 -> 5.7.1R. RyanTM2020-05-27
|/
* marvin: 20.10.0 -> 20.12.0R. RyanTM2020-05-27
|
* proverif: 2.00 -> 2.01R. RyanTM2020-05-27
|
* Merge pull request #88916 from zowoq/patchesJörg Thalheim2020-05-27
|\
| * sad: use patch file extensionzowoq2020-05-26
| |
* | Merge pull request #82180 from bcdarwin/bppcoreBenjamin Hipple2020-05-26
|\ \ | | | | | | bppsuite: init at 2.4.1
| * | bppsuite: init at 2.4.1Ben Darwin2020-05-25
| | |
* | | Merge pull request #70487 from esclear/xflr5Lassulus2020-05-27
|\ \ \ | | | | | | | | xflr5: init at 6.47
| * | | xflr5: init at 6.47Daniel Albert2020-01-08
| | | |
* | | | Merge pull request #87544 from bcdarwin/vtk-8Benjamin Hipple2020-05-26
|\ \ \ \ | |_|_|/ |/| | | vtk: 7.1.1 -> 8.2.0
| * | | vtk: 7.1.1 -> 8.2.0Ben Darwin2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also create vtk_7 as several packages don't build with 8.x: - itk5: vtkVersion.h header not found at compile time - ants: version in tree (2.2.0) is incompatible with 8.2 - itk4: ants depends on both vtk and itk4, so use vtk_7 - gdcm: vtk header issue - python3Packages.vtk: Python C API compilation error with Python 3.8 - upgrade vtkWithQt4 -> vtkWithQt5
* | | | Merge pull request #88844 from r-ryantm/auto-update/picard-toolsRyan Mulligan2020-05-25
|\ \ \ \ | | | | | | | | | | picard-tools: 2.22.7 -> 2.22.8
| * | | | picard-tools: 2.22.7 -> 2.22.8R. RyanTM2020-05-25
| | | | |
* | | | | Merge pull request #88824 from r-ryantm/auto-update/leanMario Rodas2020-05-24
|\ \ \ \ \ | | | | | | | | | | | | lean: 3.13.1 -> 3.14.0
| * | | | | lean: 3.13.1 -> 3.14.0R. RyanTM2020-05-24
| |/ / / /
* / / / / snakemake: 5.16.0 -> 5.17.0 (#88766)R. RyanTM2020-05-24
|/ / / /
* | | | Merge pull request #88713 from veprbl/pr/sherpa_2_2_10Dmitry Kalinkin2020-05-23
|\ \ \ \ | | | | | | | | | | sherpa: 2.2.9 -> 2.2.10
| * | | | sherpa: 2.2.9 -> 2.2.10Dmitry Kalinkin2020-05-23
| | | | |
* | | | | Merge pull request #88568 from r-ryantm/auto-update/lastRyan Mulligan2020-05-23
|\ \ \ \ \ | |/ / / / |/| | | | last: 1060 -> 1061
| * | | | last: 1060 -> 1061R. RyanTM2020-05-22
| | | | |
* | | | | pythonPackages.kicad: bindings to kicadFrederik Rietdijk2020-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the Python bindings for kicad. Following now functions $ nix run "(import ./. {}).python3.withPackages(ps: with ps; [ kicad ])" -c python3 -c "import pcbnew" Have not tested this any further.
* | | | | Merge pull request #88363 from r-ryantm/auto-update/clpMario Rodas2020-05-23
|\ \ \ \ \ | | | | | | | | | | | | clp: 1.17.5 -> 1.17.6
| * | | | | clp: 1.17.5 -> 1.17.6R. RyanTM2020-05-20
| |/ / / /
* | | | | Merge pull request #88482 from r-ryantm/auto-update/fahcontrolzimbatm2020-05-21
|\ \ \ \ \ | | | | | | | | | | | | fahcontrol: 7.6.9 -> 7.6.13
| * | | | | fahcontrol: 7.6.9 -> 7.6.13R. RyanTM2020-05-21
| |/ / / /
* | | | | Merge pull request #88493 from r-ryantm/auto-update/fahviewerzimbatm2020-05-21
|\ \ \ \ \ | | | | | | | | | | | | fahviewer: 7.6.9 -> 7.6.13
| * | | | | fahviewer: 7.6.9 -> 7.6.13R. RyanTM2020-05-21
| |/ / / /
* | | | | kicad-unstable: 2020-05-06 -> 2020-05-14Evils2020-05-21
| | | | |
* | | | | kicad: 5.1.5 -> 5.1.6Evils2020-05-21
| | | | |
* | | | | coq_8_11: 8.11.1 → 8.11.2Vincent Laporte2020-05-20
| | | | |
* | | | | Merge pull request #88428 from timokau/nauty-27r1Timo Kaufmann2020-05-20
|\ \ \ \ \ | | | | | | | | | | | | nauty: 26r12 -> 27r1
| * | | | | nauty: 26r12 -> 27r1Timo Kaufmann2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | Changes: http://pallini.di.uniroma1.it/changes24-27.txt
| * | | | | nauty: add meta.changelogTimo Kaufmann2020-05-20
| | | | | |