summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* haskell-funcmp: updated to version 1.6Peter Simons2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32514
* haskell-cabal-file-th: updated to version 0.2.2Peter Simons2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32513
* haskell-xml-conduit: updated to version 0.5.3Peter Simons2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32510
* haskell-web-routes: updated to version 0.27.1Peter Simons2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32509
* haskell-shakespeare-js: updated to version 0.11.1Peter Simons2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32508
* haskell-shakespeare-css: updated to version 0.10.7.1Peter Simons2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32507
* Atlas aborts the build some kind of CPU frequency scaling is detected on thePeter Simons2012-02-23
| | | | | | | | | | | | | | build machine because that feature offsets the performance timings. We ignore that check, however, because with binaries being pre-built on Hydra those timings aren't accurate for the local machine in the first place. The build log might show something such as the following: | It appears you have cpu throttling enabled, which makes timings | unreliable and an ATLAS install nonsensical. Aborting. | See ATLAS/INSTALL.txt for further information | Ignoring CPU throttling by user override! svn path=/nixpkgs/trunk/; revision=32506
* Fix cmake-2.6.4 build (add xmlrpc-c)Yury G. Kudryashov2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32505
* Add cmake-2.6.4Yury G. Kudryashov2012-02-23
| | | | | | | This is the minimum version required for KDE-4, so I need it to ensure that my cmake code works with cmake-2.6.4. svn path=/nixpkgs/trunk/; revision=32504
* Phonon: style, +pulseaudioYury G. Kudryashov2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32503
* GNU libc: Update the Hurd port.Ludovic Courtès2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32497
* Making octave build with qrupdate, and keep the big log of tests results of theLluís Batlle i Rossell2012-02-22
| | | | | | | check phase in the out store path. svn path=/nixpkgs/trunk/; revision=32496
* Updating qrupdate and making it do the check phaseLluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32495
* Making liblapack do the check phaseLluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32494
* Making atlas do the check phase.Lluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32493
* premake: fixed meta.license fieldPeter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32492
* new package: aacskeys -- grab aacs keys from bluray disksPeter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32491
* new package: premake -- lua based build configuration toolPeter Simons2012-02-22
| | | | | | | this is version 3, while 4 already exists. But I only need this tool for 'aacskeys', which doesn't work with 4 svn path=/nixpkgs/trunk/; revision=32490
* upgraded phonon vlc backend to 0.5.0Peter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32489
* upgraded phonon and its gstreamer backend to 4.6.0Peter Simons2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32488
* new library: libbluray for playing bluray disksPeter Simons2012-02-22
| | | | | | optionally use libaacs to decrypt commercial disks svn path=/nixpkgs/trunk/; revision=32486
* new library: libaacs for decoding bluray disksPeter Simons2012-02-22
| | | | | | Does not contain any drm or copyright infringements. svn path=/nixpkgs/trunk/; revision=32485
* I think I fixed atlas for i686. It wants '-b 32'. Why, I don't know.Lluís Batlle i Rossell2012-02-22
| | | | svn path=/nixpkgs/trunk/; revision=32471
* Add make check to octave. Some tests fail, but the build works. We'll have ↵Lluís Batlle i Rossell2012-02-21
| | | | | | the report this way. svn path=/nixpkgs/trunk/; revision=32467
* I remove clapack, and an unused reference I found.Lluís Batlle i Rossell2012-02-21
| | | | | | | Now liblapack provides a c interface too. svn path=/nixpkgs/trunk/; revision=32466
* Building octave with mesa and fltk to have the new fltk graphics toolkit ↵Lluís Batlle i Rossell2012-02-21
| | | | | | | | | | | available. I also add more libs octave appreciates for some functions. I've not tested the graphics toolkit, but it builds. svn path=/nixpkgs/trunk/; revision=32465
* Fixing octave, so plot(1) works.Lluís Batlle i Rossell2012-02-21
| | | | | | | | | | | | | | | Linking octave with clapack did not work. I updated lapack, and additionally I build it with atlas, instead of blas. That should give better performance. I don't know if atlas builds everywhere though. On the other hand, maybe some programs linking with liblapack will fail. We'll have to check the hydra reports. I plan to remove clapack; liblapack provides a C interface too. svn path=/nixpkgs/trunk/; revision=32464
* haskell-dimensional: updated to version 0.10.2Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32461
* I attempted to get octave 3.4.3 working with atlas, but it also builds and ↵Lluís Batlle i Rossell2012-02-21
| | | | | | | | | | | | | | | | | | crashes at plot(1), as 3.6.0 also did. I don't know what's wrong there. Program received signal SIGSEGV, Segmentation fault. 0x00007ffff694e3ad in dtrtri_ Exact as 3.6.0. I'll revert to the old octave version that worked without any blas or lapack implementation. --This line, and those below, will be ignored-e- M pkgs/development/interpreters/octave/default.nix svn path=/nixpkgs/trunk/; revision=32460
* Updating atlas to 3.9.67, the latest development versionLluís Batlle i Rossell2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32458
* Trying to fix soqt for qt-4.8Yury G. Kudryashov2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32454
* haskell-yesod-core: updated to version 0.10.2.1Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32453
* Updating octave to 3.6.0Lluís Batlle i Rossell2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32451
* haskell-yesod-form: updated to version 0.4.2Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32448
* haskell-conduit: updated to version 0.2.2Peter Simons2012-02-21
| | | | svn path=/nixpkgs/trunk/; revision=32447
* yesod-core: disable haddock phase in this version of the package to avoid ↵Peter Simons2012-02-21
| | | | | | | | build failures because of syntax errors in the documentation The bug has been reported upstream. svn path=/nixpkgs/trunk/; revision=32446
* haskell-yesod-core: updated to version 0.10.2Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32438
* haskell-hxt: updated to version 9.2.1Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32437
* * Revert r32435. We'll be doing a stdenv merge in a few days, soEelco Dolstra2012-02-20
| | | | | | | let's put it in there rather than having the Nth near-complete rebuild of the trunk in a few days. svn path=/nixpkgs/trunk/; revision=32436
* Modified the Python 2.7 expression so that the interpreter has unconditionalPeter Simons2012-02-20
| | | | | | | | OpenSSL support. Having OpenSSL available at the time the core interpreter is built enables all kinds of important crypto features (i.e. additional hashlib algorithms, etc.) that otherwise won't be available. svn path=/nixpkgs/trunk/; revision=32435
* haskell-hlint: updated to version 1.8.24Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32422
* haskell-happstack-server: updated to version 6.6.3Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32421
* haskell-smallcheck: updated to version 0.6.1Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32420
* haskell-fclabels: updated to version 1.1.1.0Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32419
* haskell-SDL: updated to version 0.6.3Peter Simons2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32418
* qtscriptgenerator: qt-4.8 patchYury G. Kudryashov2012-02-20
| | | | svn path=/nixpkgs/trunk/; revision=32414
* Moved the cabal build driver function from ↵Peter Simons2012-02-19
| | | | | | | | | development/libraries/haskell/cabal to build-support/cabal. This change also resolves the "cabal" vs. "Cabal" ambiguity on file systems that don't distinguish case. svn path=/nixpkgs/trunk/; revision=32401
* Updating super tux kart to 0.7.3. I also add the library irrlicht, the specificLluís Batlle i Rossell2012-02-19
| | | | | | | version needed for super tux kart. svn path=/nixpkgs/trunk/; revision=32399
* libpng-1.2.47 (see CVE 2011-3026)Yury G. Kudryashov2012-02-19
| | | | svn path=/nixpkgs/trunk/; revision=32394
* Adding bullet. Patch by Alexander Foremny.Lluís Batlle i Rossell2012-02-19
| | | | svn path=/nixpkgs/trunk/; revision=32393