diff --git a/CREDITS b/CREDITS index 20b41d1a3..0693d6639 100644 --- a/CREDITS +++ b/CREDITS @@ -15,6 +15,7 @@ but many others have contributed code and feedback, including Erling Andersen @erling-d-andersen Alex Arslan @ararslan Vernon Austel (IBM, T.J. Watson Research Center) + Satish Balay @balay (Argonne National Laboratory) Matthew Brett @matthew-brett (University of Birmingham) Jed Brown @jedbrown (Argonne National Laboratory) Robin Christ @robinchrist diff --git a/common.mk b/common.mk index d02336550..0bb338465 100644 --- a/common.mk +++ b/common.mk @@ -540,7 +540,7 @@ endif ifeq ($(OS_NAME),Darwin) # OS X shared library link flags. SOFLAGS := -dynamiclib -SOFLAGS += -Wl,-install_name,$(LIBBLIS_SONAME) +SOFLAGS += -Wl,-install_name,$(libdir)/$(LIBBLIS_SONAME) else SOFLAGS := -shared ifeq ($(IS_WIN),yes) @@ -1082,4 +1082,3 @@ BUILD_CPPFLAGS := -DBLIS_IS_BUILDING_LIBRARY # end of ifndef COMMON_MK_INCLUDED conditional block endif -