obadz
8df7571bbc
geogebra: don't build on hydra since derivation just unpacks jars
2016-08-10 14:35:14 +01:00
Mohammed Yaseen Mowzer
04f0cb86d0
geogebra: init at 5.0.265.0
...
Closes #17400
2016-08-10 14:32:09 +01:00
Tuomas Tynkkynen
fdde95e096
msieve: Broken on i686
...
http://hydra.nixos.org/build/38236222
2016-08-06 17:06:45 +03:00
Erik Rybakken
37aff96daf
ripser: init at 1.0 ( #17481 )
2016-08-04 10:21:48 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
1bf5ded193
treewide: Lots of meta.hydraPlatforms -> meta.platforms
...
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Bryan Gardiner
ed071594e5
scilab-bin: init at 5.5.2
...
A built-from-source Scilab 5 package looks to be a lot more work, and some
dependencies are missing from Nixpkgs, but the binary version with bundled
dependencies works.
2016-07-27 21:30:12 -07:00
Ben Darwin
a896233396
jags: 3.4.0 -> 4.1.0 ( #16804 )
...
* jags: 3.4.0 -> 4.1.0
* unbreak rjags and dependent packages
2016-07-18 13:11:18 +02:00
Konstantin Heil
c0656fe0c1
LiE: include forgotten file INFO.a by installation
2016-07-14 14:18:57 +02:00
Konstantin Heil
b92c429799
LiE: init at 2.2.2
2016-06-30 21:04:41 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Gabriel Ebner
727716cd82
speedcrunch: 0.11-alpha -> 0.11
2016-06-19 18:45:04 +02:00
Gabriel Ebner
e5b3b685f4
libqalculate, qalculate-gtk: 0.9.7 -> 0.9.8
2016-06-19 17:33:45 +02:00
mimadrid
aa8eba9d95
weka: 3.6.12 -> 3.8.0
...
Closes #16055
2016-06-16 15:47:48 +02:00
Christopher Lübbemeier
ac4903284c
gmsh: init at 2.12.0
2016-06-09 18:54:26 +02:00
Joachim Fasting
e65698db0b
Merge pull request #15939 from ChrisJefferson/fix-gap
...
gap : 4.4.12 -> 4.8.3
2016-06-04 01:14:09 +02:00
Chris Jefferson
75f793bbb2
gap : 4.4.12 -> 4.8.3
2016-06-03 19:01:12 +01:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Tuomas Tynkkynen
8d473f107c
treewide: Make explicit that 'dev' output of readline is used
2016-05-19 10:03:35 +02:00
Tuomas Tynkkynen
47c45e2041
treewide: Make explicit that 'dev' output of gmp is used
2016-05-19 10:00:36 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Vladimír Čunát
1dc36904d8
Merge #14920 : windows improvements, mainly mingw
2016-05-05 08:30:19 +02:00
taku0
f2bab58b3e
lp_solve: change source URL to mirror
2016-05-04 22:17:56 +09:00
taku0
3fa49d5ac4
lp_solve: updated description
2016-05-04 22:03:22 +09:00
taku0
725c85c720
lp_solve: fixed build error due to defining isnan
2016-05-04 19:58:05 +09:00
Nikolay Amiantov
ab0a0c004e
makeSearchPathOutputs: refactor to makeSearchPathOutput
2016-04-25 13:24:39 +03:00
Vincent Laporte
71e0ce571b
csdp: fix build on Darwin
...
When the `INSTALL` file is present, `make` claims that the `install`
target is up-to-date.
2016-04-22 11:53:43 +02:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Joachim Fasting
649c2cd027
lp_solve: mark as broken
...
See https://hydra.nixos.org/build/32393768/log/raw
2016-03-19 12:46:22 +01:00
Arseniy Seroka
1fb354d1ab
Merge pull request #14008 from bzizou/scotch
...
scotch: init at 6.0.4
2016-03-18 22:50:20 +03:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
75af59f8eb
scotch: init at 6.0.4
2016-03-18 10:54:41 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
tg(x)
1fb998f6c6
calc: init at 2.12.5.3
2016-02-24 22:47:55 +01:00
Vladimír Čunát
d039c87984
Merge branch 'master' into closure-size
2016-02-14 08:33:51 +01:00
Robin Gloster
8c91610cb2
content: remove
...
Doesn't build and have been abandoned for years
2016-01-30 20:31:05 +00:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Mathieu Boespflug
545444cd19
R: add a new enableStrictBarrier
package option.
...
This option compiles R with --enable-strict-barrier. Doing so is
enables extra memory diagnostics in R that very useful for debugging
memory leak or memory protections issues in extensions to R written in
C, or for any apps embedding R (e.g. Haskell aps embedding R via
HaskellR).
2016-01-17 11:09:05 +01:00
Vladimír Čunát
4858f3307e
R: fix build after splitting gfortran.lib
...
The extra flag was causing static libraries to be found (and used)
before dynamic ones. /cc #12085
2016-01-12 23:57:48 +01:00
Asko Soukka
a225a650bf
R: fix Darwin build
...
Merged manually from https://github.com/NixOS/nixpkgs/pull/10623 .
2016-01-06 22:20:40 +01:00
Michael Raskin
51f8932c8e
pari (PARI/GP): 2.7.4 -> 2.7.5
2016-01-01 12:30:17 +03:00
Michel Kuhlmann
cebbb18e9e
R: 3.2.2 -> 3.2.3
2015-12-11 11:36:30 +01:00
Aristid Breitkreuz
158e4ffd9c
mathematica package patchPhase does not like set -e
2015-11-30 21:08:30 +01:00
Nikolay Amiantov
5ee5b5ba82
R: add curl for https support
2015-11-25 11:39:28 +01:00
Joachim Fasting
6d4ff90207
gap: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
022bbe1c0c
singular: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Karn Kallio
87b75c33ce
R: advance to version 3.2.2.
...
A test failing without recommended packages has been patched.
2015-10-02 22:15:14 +02:00
Peter Simons
ccd3e52b60
Merge pull request #9917 from FlorentBecker/sage
...
Update sage to 6.8
2015-09-30 17:28:36 +02:00
Vladimír Čunát
76ef7a93e3
Merge: xlibs and x11 attribute cleanup
...
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00