My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/r-modules/patches/spMC.patch

8 lines
394 B

Only in spMC_orig: spMC
diff -ru -x '*~' spMC_orig/src/Makevars spMC/src/Makevars
--- spMC_orig/src/Makevars 2014-09-19 21:23:30.000000000 +0900
+++ spMC/src/Makevars 2014-10-25 18:14:48.366954769 +0900
@@ -1,2 +1,2 @@
PKG_CFLAGS=$(SHLIB_OPENMP_CFLAGS)
-PKG_LIBS=$(SHLIB_OPENMP_CFLAGS) $(BLAS_LIBS) $(LAPACK_LIBS) $(FLIBS)
+PKG_LIBS=$(SHLIB_OPENMP_CFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)