Changeset: 6a2dce6ee7fc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6a2dce6ee7fc
Modified Files:
tools/embedded/rpackage/configure
Branch: embedded
Log Message:
linking is pointless for binary packages on osx
diffs (16 lines):
diff --git a/tools/embedded/rpackage/configure
b/tools/embedded/rpackage/configure
--- a/tools/embedded/rpackage/configure
+++ b/tools/embedded/rpackage/configure
@@ -23,10 +23,10 @@ RDYNLIB=$R_PACKAGE_DIR/libs/libmonetdb5.
# TODO: this number should probably be pulled from automake and friends
VER=1
if [ -f "$R_PACKAGE_DIR/libs/lib/libembeddedr.$VER.dylib" ]; then
- ln -s $R_PACKAGE_DIR/libs/lib/libembeddedr.$VER.dylib $RDYNLIB
+ cp $R_PACKAGE_DIR/libs/lib/libembeddedr.$VER.dylib $RDYNLIB
fi
if [ -f "$R_PACKAGE_DIR/libs/lib/libembeddedr.so.$VER" ]; then
- ln -s $R_PACKAGE_DIR/libs/lib/libembeddedr.so.$VER $RDYNLIB
+ cp $R_PACKAGE_DIR/libs/lib/libembeddedr.so.$VER $RDYNLIB
fi
if [ ! -f $RDYNLIB ]; then
echo "configure/build failure"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list