Skip to content
Snippets Groups Projects
Commit dd11ddc6 authored by Mick Jordan's avatar Mick Jordan
Browse files

fix native clean; build GnuR with --enable-R-shlib

parent 1c1202b7
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,11 @@ all: Makefile $(GNUR_DIR) config build copy
$(GNUR_DIR):
tar xf $(TOPDIR)/../lib/R-$(R_VERSION).tar.gz
config: $(GNUR_DIR)/Makefile
$(GNUR_DIR)/Makefile:
(cd $(GNUR_DIR); ./configure --with-x=no --without-recommended-packages >& /dev/null)
(cd $(GNUR_DIR); ./configure --with-x=no --without-recommended-packages --enable-R-shlib >& /dev/null)
build: $(GNUR_DIR)/bin/R
......
......@@ -87,6 +87,6 @@ $(OBJ)/%.o: $(SRC)/%.f
$(FC) $(CFLAGS) -c $< -o $@
clean:
rm -f $(LIBDIR)/*
rm -rf $(LIBDIR)/*
rm -rf $(FASTR_LIBDIR)/$(PKG)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment