about summary refs log tree commit diff
path: root/pkgs/applications/science
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #44501 from timokau/sage-native-pariMichael Raskin2018-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | sage: don't override pari
| * | | | | | sage: don't override pariTimo Kaufmann2018-08-05
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sage assumes that pari does not use threads. However instead of disabling them at compile time, we can diable them at runtime instead. As a result, sage doesn't need its own version of pari anymore. That means less rebuilds, less complexity and easier debugging.
* / / / / / scilab-bin: 5.5.2 -> 6.0.1Michael Raskin2018-08-05
|/ / / / /
* | | | | Merge pull request #43281 from timokau/sage-8.3Michael Raskin2018-08-04
|\ \ \ \ \ | |_|/ / / |/| | | | sage: 8.2 -> 8.3
| * | | | sage: don't pin ntlTimo Kaufmann2018-08-04
| | | | | | | | | | | | | | | | | | | | Now possible because of the lcalc c++11 patch.
| * | | | lcalc: apply c++11 patchTimo Kaufmann2018-08-04
| | | | |
| * | | | sage: don't pin pariTimo Kaufmann2018-08-04
| | | | |
| * | | | sage: don't pin singularTimo Kaufmann2018-08-04
| | | | |
| * | | | singular: backport ntl error handling patchTimo Kaufmann2018-08-04
| | | | |
| * | | | sage: 8.2 -> 8.3Timo Kaufmann2018-08-04
| | | | |
* | | | | almonds: use python3Robert Schütz2018-08-03
|/ / / /
* | | | bcal: 1.8 -> 1.9Johannes Frankenau2018-08-03
| | | |
* | | | somatic-sniper: disable parallel buildingUli Baum2018-08-03
| |_|/ |/| | | | | | | | to fix non-deterministic failure
* | | Merge pull request #44325 from markuskowa/molcasxeji2018-08-02
|\ \ \ | | | | | | | | openmolcas: init at 20180529
| * | | openmolcas: init at 20180529Markus Kowalewski2018-08-02
| | | |
* | | | somatic-sniper: init 1.0.5.0 (#43403)Justin Bedő2018-08-01
| | | |
* | | | Merge pull request #44122 from bgamari/kicad-0.5Jörg Thalheim2018-07-31
|\ \ \ \ | | | | | | | | | | kicad: 4.0.7 -> 5.0.0
| * | | | kicad: remove scripting flag for simplicityJörg Thalheim2018-07-31
| | | | |
| * | | | kicad: properly wrap wxPythonJörg Thalheim2018-07-31
| | | | |
| * | | | kicad: 4.0.7 -> 5.0.0Ben Gamari2018-07-26
| | | | |
* | | | | gp2c: 0.0.10pl1 -> 0.0.11 (#43941)R. RyanTM2018-07-31
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gp2c/versions.
* | | | | bcftools: 1.8 -> 1.9 (#43950)R. RyanTM2018-07-30
| |/ / / |/| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcftools/versions.
* | | | glpk: adopt error recovery patch (#44201)Timo Kaufmann2018-07-29
| | | | | | | | | | | | | | | | This makes it possible to use "vanilla" glpk for sage and shouldn't affect anything else.
* | | | Merge staging-next into masterFrederik Rietdijk2018-07-29
|\ \ \ \
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2018-07-28
| |\ \ \ \
| * \ \ \ \ Merge master into stagingFrederik Rietdijk2018-07-26
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | spyder: use python3Robert Schütz2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | Dependency pylint is no longer supported on Python 2.
* | | | | | Merge remote-tracking branch 'central/master' into viric_cleanLluís Batlle i Rossell2018-07-28
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #44129 from timokau/pari-2.11.0Frederik Rietdijk2018-07-27
| |\ \ \ \ \ | | |_|/ / / | |/| | | | pari: 2.9.5 -> 2.11.0
| | * | | | pari: 2.9.5 -> 2.11.0Timo Kaufmann2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pari update makes it necessary to disable a giac test that only fails because it directly tests the pari interface.
| * | | | | Merge pull request #42149 from timjrd/openspace-rebaseMatthew Bauer2018-07-23
| |\ \ \ \ \ | | | | | | | | | | | | | | openspace: init at 0.11.1
| | * | | | | openspace: init at 0.11.1Timothée Jourde2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new package: OpenSpace, an open source astrovisualization project, and one of its dependencies: SOIL (Simple OpenGL Image Library). This kind of works for me, but please note that this build is not very usable for now. This is a first attempt. Also, Linux doesn't seem to be well supported upstream, hence the various patches (I will open an issue upstream to discuss them). Squashed commits: openspace: fetch upstream glm "patch" openspace: add missing dependency (libXxf86vm) soil: mesa -> mesa_noglu
| * | | | | | singular: 4.1.1p1 -> 4.1.1p2Timo Kaufmann2018-07-23
| | |_|/ / / | |/| | | |
* / | | | | Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* | | | | Merge pull request #43899 from r-ryantm/auto-update/tla-toolboxFrederik Rietdijk2018-07-22
|\ \ \ \ \ | | | | | | | | | | | | tlaplusToolbox: 1.5.6 -> 1.5.7
| * | | | | tlaplusToolbox: 1.5.6 -> 1.5.7R. RyanTM2018-07-21
| | |/ / / | |/| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tla-toolbox/versions.
* | | | | Merge pull request #43913 from r-ryantm/auto-update/picard-toolsFrederik Rietdijk2018-07-22
|\ \ \ \ \ | | | | | | | | | | | | picard-tools: 2.18.9 -> 2.18.10
| * | | | | picard-tools: 2.18.9 -> 2.18.10R. RyanTM2018-07-21
| |/ / / / | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/picard-tools/versions.
* | | | | Merge pull request #43940 from r-ryantm/auto-update/gtkwaveFrederik Rietdijk2018-07-22
|\ \ \ \ \ | | | | | | | | | | | | gtkwave: 3.3.91 -> 3.3.92
| * | | | | gtkwave: 3.3.91 -> 3.3.92R. RyanTM2018-07-21
| |/ / / / | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gtkwave/versions.
* | | | | why3: 0.88.3 -> 1.0.0Ricardo M. Correia2018-07-21
| | | | |
* | | | | Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\ \ \ \ \
| * | | | | [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
| | | | | |
* | | | | | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/ / / / /
* | | | | Merge pull request #43857 from volth/unusedFrederik Rietdijk2018-07-20
|\ \ \ \ \ | | | | | | | | | | | | [bot] treewide: remove unreferenced code
| * | | | | [bot]: remove unreferenced codevolth2018-07-20
| | | | | |
* | | | | | Merge pull request #43538 from timokau/fetchpatch-fixMatthew Bauer2018-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | fetchpatch: quote excludes
| * | | | | | fetchpatch: add option to revert a patchTimo Kaufmann2018-07-16
| | | | | | |
* | | | | | | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* | | | | | Merge pull request #43679 from timokau/ntl-11.2.1Michael Raskin2018-07-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | ntl: 9.11.0 -> 11.2.1