summary refs log tree commit diff
path: root/pkgs/development/libraries/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-09-24 17:51:09 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-09-24 17:51:09 +0200
commit1797c9c295a1ffe53866fdfc379afdb37efef09e (patch)
tree69bd4edc8f2fefedd9274c7621f44c7feee8ef7d /pkgs/development/libraries/science
parentba9e5a2785cd81a5c53a2693d4556344b24dd8a5 (diff)
downloadnixpkgs-1797c9c295a1ffe53866fdfc379afdb37efef09e.tar
nixpkgs-1797c9c295a1ffe53866fdfc379afdb37efef09e.tar.gz
nixpkgs-1797c9c295a1ffe53866fdfc379afdb37efef09e.tar.bz2
nixpkgs-1797c9c295a1ffe53866fdfc379afdb37efef09e.tar.lz
nixpkgs-1797c9c295a1ffe53866fdfc379afdb37efef09e.tar.xz
nixpkgs-1797c9c295a1ffe53866fdfc379afdb37efef09e.tar.zst
nixpkgs-1797c9c295a1ffe53866fdfc379afdb37efef09e.zip
sage: 8.9.beta9 -> 8.9.rc0
Sage now by default expects the lcalc library to be named Lfunction
(instead of libLfunction). This could be changed by an environment
variable (https://trac.sagemath.org/ticket/28224), but various distros
seem to agree on this standard
(https://groups.google.com/forum/#!topic/sage-packaging/xvh55IxHTZg) so
it's best just to follow it. The old standard was set by sage anyway and
sage is the only consumer of lcalc in nixpkgs.
Diffstat (limited to 'pkgs/development/libraries/science')
-rw-r--r--pkgs/development/libraries/science/math/lcalc/makefile.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/math/lcalc/makefile.patch b/pkgs/development/libraries/science/math/lcalc/makefile.patch
index f55bbe3f24f..5c22cf0b84e 100644
--- a/pkgs/development/libraries/science/math/lcalc/makefile.patch
+++ b/pkgs/development/libraries/science/math/lcalc/makefile.patch
@@ -104,10 +104,10 @@ index 84e4e88..56ca676 100644
 -	cp -rf ../include $(INSTALL_DIR)/include/Lfunction
 +	install -d $(INSTALL_DIR)/bin
 +	install -d $(INSTALL_DIR)/$(LIB_DIR)
-+	install -d $(INSTALL_DIR)/include/libLfunction
++	install -d $(INSTALL_DIR)/include/Lfunction
 +	install lcalc $(INSTALL_DIR)/bin
 +	install libLfunction.so $(INSTALL_DIR)/$(LIB_DIR)
-+	install -m 644 -t $(INSTALL_DIR)/include/libLfunction ../include/*.h
++	install -m 644 -t $(INSTALL_DIR)/include/Lfunction ../include/*.h
  
  
  SRCS = Lcommandline.cc Lcommandline_elliptic.cc Lcommandline_globals.cc Lcommandline_misc.cc Lcommandline_numbertheory.cc Lcommandline_twist.cc Lcommandline_values_zeros.cc Lgamma.cc Lglobals.cc Lmisc.cc Lriemannsiegel.cc Lriemannsiegel_blfi.cc cmdline.c