Skip to content

Commit adb80a8

Browse files
committedJun 29, 2014
Merge pull request #7459 from tkelman/openblas-v0.2.10.rc1
Bump OpenBLAS to v0.2.10.rc1
2 parents e460d50 + 12ab9bc commit adb80a8

File tree

8 files changed

+4
-226
lines changed

8 files changed

+4
-226
lines changed
 

‎deps/Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -797,10 +797,6 @@ endif
797797
mkdir -p openblas-$(OPENBLAS_VER) && \
798798
$(TAR) -C openblas-$(OPENBLAS_VER) --strip-components 1 -xf $<
799799
perl -i -ple 's/^\s*(EXTRALIB\s*\+=\s*-lSystemStubs)\s*$$/# $$1/g' openblas-$(OPENBLAS_VER)/Makefile.system
800-
ifneq ($(OPENBLAS_VER),develop)
801-
patch openblas-$(OPENBLAS_VER)/exports/Makefile < openblas-exports-makefile.patch
802-
endif
803-
cd openblas-$(OPENBLAS_VER) && patch -p1 < ../openblas-dllinit-safe.patch
804800
echo 1 > $@
805801
$(OPENBLAS_OBJ_SOURCE): openblas-$(OPENBLAS_VER)/config.status
806802
$(MAKE) -C openblas-$(OPENBLAS_VER) $(OPENBLAS_BUILD_OPTS) || (echo "*** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. ***" && false)
@@ -818,7 +814,7 @@ distclean-openblas:
818814
-rm -rf openblas-$(OPENBLAS_VER).tar.gz openblas-$(OPENBLAS_VER)
819815

820816
get-openblas: openblas-$(OPENBLAS_VER).tar.gz
821-
configure-openblas: get-openblas
817+
configure-openblas: openblas-$(OPENBLAS_VER)/config.status
822818
compile-openblas: $(OPENBLAS_OBJ_SOURCE)
823819
check-openblas: compile-openblas
824820
install-openblas: $(OPENBLAS_OBJ_TARGET)

‎deps/Versions.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LLVM_LIB_SUFFIX =
33
PCRE_VER = 8.31
44
GRISU_VER = 1.1.1
55
DSFMT_VER = 2.2
6-
OPENBLAS_VER = v0.2.9
6+
OPENBLAS_VER = v0.2.10.rc1
77
LAPACK_VER = 3.5.0
88
ARPACK_VER = 3.1.5
99
FFTW_VER = 3.3.3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ca820c1e107f5a5563f58a151618d01c
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
231d270e98d9e4942a0ef0fc2b0fa2abe547bac592c02e0d2652544daa8b4b6cd09644e82d71ea838a8d30da20111a79cfd710e4bb708700aa95c36862aff893

‎deps/checksums/openblas-v0.2.9.tar.gz/md5

-1
This file was deleted.

‎deps/checksums/openblas-v0.2.9.tar.gz/sha512

-1
This file was deleted.

‎deps/openblas-dllinit-safe.patch

-207
This file was deleted.

‎deps/openblas-exports-makefile.patch

-11
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.