components/r/Makefile
changeset 5674 a5c5f8ac5f4b
parent 5596 c3e2f9778be5
child 5682 94c0ca64c022
equal deleted inserted replaced
5673:03a73b3209f6 5674:a5c5f8ac5f4b
    64 # our build environment to build R modules.
    64 # our build environment to build R modules.
    65 export PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    65 export PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    66 CC =		cc
    66 CC =		cc
    67 CXX =		CC
    67 CXX =		CC
    68 F95 =		f95
    68 F95 =		f95
       
    69 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    70 export PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
       
    71 endif
       
    72 
    69 
    73 
    70 CONFIGURE_ENV += F77="$(F95) $(CC_BITS)"
    74 CONFIGURE_ENV += F77="$(F95) $(CC_BITS)"
    71 CONFIGURE_ENV += FC="$(F95) $(CC_BITS)"
    75 CONFIGURE_ENV += FC="$(F95) $(CC_BITS)"
    72 
    76 
    73 CONFIGURE_ENV += CPICFLAGS="$(studio_PIC)"
    77 CONFIGURE_ENV += CPICFLAGS="$(studio_PIC)"