Building with -j may cause the esmumps_main target to fail with a "no rule for dependency libptesmumps.a" error. Fix the dependency name. --- scotch_6.0.4/src/esmumps/Makefile 2012-12-01 08:29:29.000000000 -0600 +++ scotch_6.0.4/src/esmumps/Makefile 2015-06-15 17:29:23.279605734 -0500 @@ -160,6 +160,6 @@ order.h \ symbol.h \ esmumps.h \ - lib$(ESMUMPSLIB)$(LIB) \ + libesmumps$(LIB) \ $(libdir)/lib$(SCOTCHLIB)$(LIB) \ $(libdir)/lib$(SCOTCHLIB)errexit$(LIB) dex : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
AgeCommit message (Expand)Author
2017-01-11Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host."...David Craven
2017-01-02gnu: fftw: Factorize creation of the --enable-threads variant....Ludovic Courtès
2017-01-02gnu: Disambiguate packages with the same name....Ludovic Courtès
2016-11-30Merge branch 'master' into stagingMarius Bakke
2016-11-27gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host....Ricardo Wurmus
2016-11-23Merge branch 'master' into stagingLeo Famulari
2016-11-19gnu: giac-xcas: Update to 1.2.2-103...Nicolas Goaziou
2016-11-15gnu: fftw: Build threads library....Ricardo Wurmus
2016-10-23Merge branch 'master' into core-updatesMark H Weaver
2016-10-22gnu: giac-xcas: Update to 1.2.2-95....Nicolas Goaziou
2016-10-03Merge branch 'master' into core-updatesLeo Famulari
2016-10-01gnu: eigen: Update to 3.2.9....Ricardo Wurmus
2016-09-30Merge branch 'master' into core-updatesLudovic Courtès
2016-09-23gnu: giac-xcas: Update to 1.2.2-81....Nicolas Goaziou
2016-09-21gnu: extempore: Only build on x86_64....Ricardo Wurmus
2016-09-16gnu: Add kiss-fft-for-extempore....Ricardo Wurmus