octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building MXE w/ openblas


From: Stefan Mahr
Subject: Building MXE w/ openblas
Date: Sun, 23 Jun 2013 12:09:28 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

Hi John,

could you check the install dependencies for openblas? Since you set
NO_LAPACK=1 only for compiling, 'make install' tries to install from
lapack-3.x.x and not from the included 'lapack' directory.

Stefan


------------------------------------------

diff -r 9c56d108c141 src/openblas.mk
--- a/src/openblas.mk   Sat Jun 22 13:19:20 2013 -0400
+++ b/src/openblas.mk   Sun Jun 23 11:59:27 2013 +0200
@@ -28,7 +28,7 @@

 define $(PKG)_BUILD
     $(MAKE) -C '$(1)' -j '$(JOBS)' $($(PKG)_MAKE_OPTS)
-    $(MAKE) -C '$(1)' -j 1 PREFIX='$(HOST_PREFIX)' install
+    $(MAKE) -C '$(1)' -j 1 PREFIX='$(HOST_PREFIX)' $($(PKG)_MAKE_OPTS)
install
     if [ $(BUILD_SHARED) = yes ]; then \
       $(INSTALL) $(HOST_LIBDIR)/libopenblas.dll $(HOST_BINDIR)/; \
     fi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]