[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8314] Patch to build system to use @rpath
From: |
John W. Eaton |
Subject: |
[Octave-patch-tracker] [patch #8314] Patch to build system to use @rpath for Mac liboctave/libinterp |
Date: |
Fri, 5 Aug 2016 20:36:39 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #5, patch #8314 (project octave):
This patch needs to be updated to work with the current build system.
It seems to me that things like
-$(INSTALL_NAME_TOOL) -id @rpath/liboctinterp.2.dylib
.libs/liboctinterp.2.dylib
should not be hard-coding the library version number. There are now variables
for those.
the liboctave, libinterp, libgui, and src directories now have module.mk files
instead of separate Makefile.am files. So there can be only one all-local
target, in the top-level Makefile. I suggest adding
{lib{octave,interp,gui},src}-all-local targets as dependencies of all-local,
and defining those targets in teh corresponding module.mk files.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8314>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-patch-tracker] [patch #8314] Patch to build system to use @rpath for Mac liboctave/libinterp,
John W. Eaton <=