summary refs log tree commit diff
path: root/pkgs/applications/science/misc
Commit message (Collapse)AuthorAge
* rink: add filalex77 to maintainersOleksii Filonenko2020-01-06
|
* rink: 0.4.4 -> 0.4.5Oleksii Filonenko2020-01-06
|
* Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\
| * Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
| |\
| * | colmap: fix build with gcc9Franz Pletz2019-11-03
| | |
* | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
| | |
* | | simgrid: *Flags are listsRobin Gloster2019-12-30
| | |
* | | root: wrap python executablesDmitry Kalinkin2019-12-26
| |/ |/| | | | | | | | | In normal use of ROOT the PYTHONPATH is intended to be set when user sources the thisroot.{,s}sh. We do that in the setupHook. This covers the case when thisroot.sh was not sourced.
* | openmodelica: remove pangox dependencyJan Tojnar2019-12-24
| | | | | | | | | | | | It was probably just a dependency of `gtkglext` since I cannot find any reference to `pangox` in the repo. But cannot verify build since it is broken.
* | root: 6.12.06 -> 6.18.04Dmitry Kalinkin2019-12-14
| | | | | | | | Also switch to python3.
* | snakemake: 5.7.4 -> 5.8.1 (#74637)R. RyanTM2019-12-09
| |
* | NetLogo: 6.0.4 -> 6.1.1Calvin Pritchard2019-12-07
| |
* | Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk2019-12-05
| | | | | | | | | | | | I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
* | Merge branch 'master' into staging-nextJonathan Ringer2019-11-27
|\ \
| * | root: fix setupHook to work with "set -u"Dmitry Kalinkin2019-11-24
| | |
| * | golly: fix buildMichael Raskin2019-11-22
| | |
* | | treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|/ /
* / snakemake: 5.4.4 -> 5.7.4 (#72929)Dmitry Kalinkin2019-11-13
|/ | | (#72929)
* golly: 3.2 -> 3.3R. RyanTM2019-10-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/golly/versions
* simgrid: 3.23 -> 3.24Millian Poquet2019-10-14
|
* Merge pull request #68773 from mimame/update/cytoscape-3.7.2Aaron Andersen2019-09-15
|\ | | | | cytoscape: 3.7.1 -> 3.7.2
| * cytoscape: 3.7.1 -> 3.7.2Miguel Madrid Mencía2019-09-14
| |
* | maintainer: mimadrid: update github username and personal dataMiguel Madrid Mencía2019-09-14
|/
* treewide: remove redundant quotesvolth2019-09-08
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\
| * Merge master into staging-nextFrederik Rietdijk2019-08-31
| |\
| | * colmap: init at 3.5 (#67759)Alexander2019-08-31
| | | | | | | | | * colmap: init at 3.5
* | | treewide: name -> pname (#67513)volth2019-08-31
| | |
* | | treewide: remove redundant recvolth2019-08-28
|/ /
* | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\| | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * tulip: 5.1.0 -> 5.2.1R. RyanTM2019-08-20
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tulip/versions
* | treewide: name -> pnamevolth2019-08-17
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* motu_client: dropLancelot SIX2019-08-05
| | | | This fork of cls-motu is unmaintained. Remove it from nixpkgs.
* google-gflags: move to aliases.nixOrivej Desh2019-07-25
| | | | | | | google-gflags were renamed to gflags in 2012: https://github.com/gflags/gflags/#25-january-2012 gflags.name will be updated in staging.
* Merge staging-next into stagingFrederik Rietdijk2019-07-09
|\
| * simgrid: 3.22.2 -> 3.23Millian Poquet2019-07-08
| |
* | root: remove cf-privateDaiderd Jordan2019-07-03
|/
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* simgrid: remove unneeded 'name' definitionMillian Poquet2019-05-15
|
* simgrid: override checkPhase -> preCheckMillian Poquet2019-05-14
| | | | | | | | This commit changes how failing tests are ignored. - Previously, the whole checkPhase was overridden. - Now, preCheck generates a ctest ignore file. ctest doc: https://gitlab.kitware.com/cmake/community/wikis/doc/ctest/Testing-With-CTest#customizing-ctest
* simgrid: fetchgit -> fetchFromGitLabMillian Poquet2019-05-13
|
* simgrid: 3.21 -> 3.22.2Millian Poquet2019-05-13
| | | | | | - GitHub -> Framagit (SimGrid main repo has moved) - Test binaries must now be explicitly compiled (`make tests`) - Fix broken documentation link
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* Merge pull request #59535 from matthewbauer/homepage-fixesMatthew Bauer2019-04-15
|\ | | | | treewide: update homepages to https where available
| * treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | | | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* | openmvs: mark as brokenMichael Raskin2019-04-14
| |
* | snakemake: 5.2.2 -> 5.4.4Dmitry Kalinkin2019-04-10
|/
* root5: fix buildDmitry Kalinkin2019-03-20
|
* Merge pull request #56498 from ariutta/patch-1Peter Hoeg2019-03-11
|\ | | | | cytoscape: bump 3.6.1 -> 3.7.1