The installation instructions as shown after successfully compiling
OpenBLAS are wrong because this arguments used during compilation have
to be provided to Make again.
@echo "install_name_tool -id /new/absolute/path/to/$(LIBDYNNAME) $(LIBDYNNAME)"
endif
@echo
- @echo "To install the library, you can run \"make PREFIX=/path/to/your/installation install\"."
- @echo
+ @echo "To install the library, you can run"
+ @echo " make <ARGS> PREFIX=/path/to/your/installation install"
+ @echo "where '<ARGS>' is the set of argument used for compilation."
shared :
ifndef NO_SHARED