components/r/Makefile
changeset 5686 10b8edde211b
parent 5682 94c0ca64c022
child 5692 2191b44f19f4
equal deleted inserted replaced
5685:f9793a321f65 5686:10b8edde211b
   122 CONFIGURE_OPTIONS += --with-lapack
   122 CONFIGURE_OPTIONS += --with-lapack
   123 CONFIGURE_OPTIONS += --with-recommended-packages
   123 CONFIGURE_OPTIONS += --with-recommended-packages
   124 CONFIGURE_OPTIONS += --with-tcltk
   124 CONFIGURE_OPTIONS += --with-tcltk
   125 CONFIGURE_OPTIONS += --enable-prebuilt-html
   125 CONFIGURE_OPTIONS += --enable-prebuilt-html
   126 
   126 
       
   127 # Supply Makeconf files for both the Studio and the GNU C, C++ and Fortran
       
   128 # compilers.
       
   129 COMPONENT_POST_INSTALL_ACTION += \
       
   130 	$(MV) $(PROTOUSRLIBDIR64)/R/etc/Makeconf \
       
   131 	      $(PROTOUSRLIBDIR64)/R/etc/Makeconf.Studio ; \
       
   132 	$(CP) $(PROTOUSRLIBDIR64)/R/etc/Makeconf.Studio \
       
   133 	      $(PROTOUSRLIBDIR64)/R/etc/Makeconf.GNU ; \
       
   134 	(cd $(PROTOUSRLIBDIR64)/R/etc ; $(GPATCH) --strip=0 \
       
   135 	      < $(COMPONENT_DIR)/files/Makeconf-GNU.patch) ;
       
   136 
   127 COMPONENT_PRE_TEST_ACTION = \
   137 COMPONENT_PRE_TEST_ACTION = \
   128 	$(RM) $(BUILD_DIR_64)/tests/Examples/*.prev
   138 	$(RM) $(BUILD_DIR_64)/tests/Examples/*.prev
   129 
   139 
   130 COMPONENT_PRE_SYSTEM_TEST_ACTION = \
   140 COMPONENT_PRE_SYSTEM_TEST_ACTION = \
   131 	$(RM) $(BUILD_DIR_64)/tests/Examples/*.prev
   141 	$(RM) $(BUILD_DIR_64)/tests/Examples/*.prev