File: use_f2j_package_libs

package info (click to toggle)
jlapack 0.8~dfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,812 kB
  • sloc: fortran: 264,476; java: 4,199; makefile: 931; sh: 96; csh: 10
file content (18 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Subject: use library from f2j package
Description: update the path to the f2jutil library provided
 by package f2j
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 26-03-2012
--- a/jlapack-3.1.1/src/util/Makefile
+++ b/jlapack-3.1.1/src/util/Makefile
@@ -4,8 +4,8 @@
 include $(ROOT)/make.def
 
 $(UTIL_JAR):
-	if test -f $(ROOT)/../util/$(UTIL_JAR); then \
-		cp $(ROOT)/../util/$(UTIL_JAR) .; \
+	if test -f /usr/share/java/f2jutil.jar; then \
+		cp /usr/share/java/f2jutil.jar .; \
 	else \
 		$(MAKE) util_deprecated;\
 	fi