We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7632311 commit e03d3bbCopy full SHA for e03d3bb
Makefile
@@ -40,7 +40,7 @@ file-check: CONFIGURATION.md LICENSES.txt examples
40
check: file-check
41
@(for d in $(LIBSUBDIRS); do $(MAKE) -C $$d $@ || exit $?; done)
42
43
-install-subdirs:
+install-subdirs: libs
44
@(for d in $(LIBSUBDIRS); do $(MAKE) -C $$d install || exit $?; done)
45
46
install: install-subdirs doc-install
mklove/modules/configure.base
@@ -489,7 +489,7 @@ function mkl_dep_install_source {
489
# Build and install
490
mkl_dbg "Building $name from source in $sdir (func $func)"
491
492
- $func $name "$ddir" >$ilog 2>&1
+ libdir="/usr/lib" $func $name "$ddir" >$ilog 2>&1
493
retcode=$?
494
495
mkl_popd # $sdir
0 commit comments