File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ else ifeq ($(OS), Darwin)
4040
4141 LIB_FULL_VERSION := libblastrampoline.$(LBT_SOVERSION_MAJOR ) .$(LBT_SOVERSION_MINOR ) .$(LBT_SOVERSION_PATCH ) .dylib
4242 LIB_MAJOR_VERSION := libblastrampoline.$(LBT_SOVERSION_MAJOR ) .dylib
43- SONAME_FLAG := -Wl,-install_name=@rpath/$(LIB_FULL_VERSION )
43+ SONAME_FLAG := -Wl,-install_name=@rpath/$(LIB_MAJOR_VERSION )
4444else
4545 SHLIB_EXT := so
4646 binlib := lib
4747
4848 LIB_FULL_VERSION := libblastrampoline.so.$(LBT_SOVERSION_MAJOR ) .$(LBT_SOVERSION_MINOR ) .$(LBT_SOVERSION_PATCH )
4949 LIB_MAJOR_VERSION := libblastrampoline.so.$(LBT_SOVERSION_MAJOR )
50- SONAME_FLAG := -Wl,-soname=$(LIB_FULL_VERSION )
50+ SONAME_FLAG := -Wl,-soname=$(LIB_MAJOR_VERSION )
5151endif
5252
5353LBT_CFLAGS := -g -O2 -std=c99 -fPIC -DLIBRARY_EXPORTS -D_GNU_SOURCE $(CFLAGS ) $(SONAME_FLAG )
You can’t perform that action at this time.
0 commit comments