Browse Source

actually install the shared lib on illumos

tags/v0.2.16.rc1
Lauri Tirkkonen 9 years ago
parent
commit
8d85be770d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.install

+ 1
- 1
Makefile.install View File

@@ -64,7 +64,7 @@ endif
#for install shared library
ifndef NO_SHARED
@echo Copying the shared library to $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)
ifeq ($(OSNAME), Linux)
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS))
@install -pm755 $(LIBSONAME) $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)
@cd $(DESTDIR)$(OPENBLAS_LIBRARY_DIR) ; \
ln -fs $(LIBSONAME) $(LIBPREFIX).so ; \


Loading…
Cancel
Save