]> git.pld-linux.org Git - packages/UFconfig.git/blobdiff - UFconfig-config.patch
- added INSTALL_{LIB,INCLUDE} adjustment to config patch
[packages/UFconfig.git] / UFconfig-config.patch
index 8624a0b6c6b3b9c5bc2e27eeab8e9c430784e991..242d16a1762d48797b6beff58ddc3adb1b7a9300 100644 (file)
@@ -1,5 +1,5 @@
---- UFconfig/UFconfig.mk       2008-09-22 20:19:37.000000000 +0200
-+++ UFconfig-dud/UFconfig.mk   2009-01-23 12:25:23.482152935 +0100
+--- UFconfig/UFconfig.mk.orig  2011-12-08 20:19:48.000000000 +0100
++++ UFconfig/UFconfig.mk       2012-01-09 16:20:56.743005449 +0100
 @@ -53,7 +53,7 @@
  # default make environment.
  
@@ -9,7 +9,7 @@
  
  # ranlib, and ar, for generating libraries.  If you don't need ranlib,
  # just change it to RANLAB = echo
-@@ -67,7 +67,7 @@
+@@ -67,15 +67,16 @@
  
  # Fortran compiler (not required for 'make' or 'make library')
  F77 = gfortran
  F77LIB =
  
  # C and Fortran libraries
-@@ -148,8 +148,8 @@
+ LIB = -lm
+ # For "make install"
+-INSTALL_LIB = /usr/local/lib
+-INSTALL_INCLUDE = /usr/local/include
++INSTALL_PREFIX = /usr
++INSTALL_LIB = $(INSTALL_PREFIX)/lib
++INSTALL_INCLUDE = $(INSTALL_PREFIX)/include
+ # For compiling MATLAB mexFunctions (MATLAB 7.5 or later)
+ MEX = mex -O -largeArrayDims -lmwlapack -lmwblas
+@@ -148,8 +149,8 @@
  # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
  # You may wish to use an absolute path.  METIS is optional.  Compile
  # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
This page took 0.069041 seconds and 4 git commands to generate.