summary refs log tree commit diff
path: root/pkgs/development/r-modules/patches/EMCluster.patch
blob: afc9de3a95a91dab4015914a7a7f7a0daa974d8c (plain) (blame)
1
2
3
4
5
6
diff -ru -x '*~' EMCluster_orig/src/Makevars EMCluster/src/Makevars
--- EMCluster_orig/src/Makevars	2013-07-05 02:43:25.000000000 +0900
+++ EMCluster/src/Makevars	2014-10-25 18:10:19.190992120 +0900
@@ -1 +1 @@
-PKG_LIBS = $(FLIBS) $(BLAS_LIBS) $(LAPACK_LIBS)
+PKG_LIBS = $(FLIBS) $(LAPACK_LIBS) $(BLAS_LIBS)