Skip to content

Commit

Permalink
fix Rmath build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Sep 14, 2013
1 parent 36edd51 commit d32bc80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ ifneq (,$(filter $(ARCH), i386 i486 i586 i686))
cd dist-extras && \
wget -O 7z920.exe https://downloads.sourceforge.net/sevenzip/7z920.exe && \
7z x -y 7z920.exe 7z.exe 7z.dll 7z.sfx && \
wget -O mingw-libexpat.rpm https://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11_SP2/noarch/mingw32-libexpat-2.0.1-4.16.noarch.rpm && \
wget -O mingw-zlib.rpm https://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11_SP2/noarch/mingw32-zlib-1.2.7-1.17.noarch.rpm
wget -O mingw-libexpat.rpm https://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11_SP2/noarch/mingw32-libexpat-2.0.1-4.17.noarch.rpm && \
wget -O mingw-zlib.rpm https://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11_SP2/noarch/mingw32-zlib-1.2.7-1.18.noarch.rpm
else ifeq ($(ARCH),x86_64)
cd dist-extras && \
wget -O 7z920-x64.msi https://downloads.sourceforge.net/sevenzip/7z920-x64.msi && \
Expand All @@ -289,7 +289,7 @@ else ifeq ($(ARCH),x86_64)
mv _7z.exe 7z.exe && \
mv _7z.sfx 7z.sfx && \
wget -O mingw-libexpat.rpm https://download.opensuse.org/repositories/windows:/mingw:/win64/SLE_11_SP2/noarch/mingw64-libexpat-2.0.1-3.16.noarch.rpm && \
wget -O mingw-zlib.rpm https://download.opensuse.org/repositories/windows:/mingw:/win64/SLE_11_SP2/noarch/mingw64-zlib-1.2.7-1.20.noarch.rpm
wget -O mingw-zlib.rpm https://download.opensuse.org/repositories/windows:/mingw:/win64/SLE_11_SP2/noarch/mingw64-zlib-1.2.7-1.21.noarch.rpm
else
$(error no win-extras target for ARCH=$(ARCH))
endif
Expand Down
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ RMATH_OBJ_SOURCE = Rmath/src/libRmath.$(SHLIB_EXT)

RMATH_FLAGS += CC="$(CC)" USECLANG=$(USECLANG) USEGCC=$(USEGCC) \
OS="$(OS)" ARCH="$(ARCH)" \
USE_LIBRANDOM=1 LIBRANDOM_PATH="$(BUILD)/lib"
USE_LIBRANDOM=1 LIBRANDOM_PATH="$(BUILD)/$(JL_LIBDIR)"

Rmath/Make.inc:
(cd .. && git submodule init && git submodule update)
Expand Down

0 comments on commit d32bc80

Please sign in to comment.