File tree Expand file tree Collapse file tree 11 files changed +9
-473
lines changed Expand file tree Collapse file tree 11 files changed +9
-473
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CLANG_JLL_NAME := Clang
18
18
CLANG_JLL_VER := 11.0.0+4
19
19
20
20
# DSFMT
21
- DSFMT_VER := 2.2.3
21
+ DSFMT_VER := 2.2.4
22
22
DSFMT_JLL_NAME := dSFMT
23
23
24
24
# GMP
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ LAPACK_MFLAGS := NOOPT="$(FFLAGS) $(JFFLAGS) $(USE_BLAS_FFLAGS) -O0" \
154
154
LOADER="$(FC ) " BLASLIB="$(RPATH_ESCAPED_ORIGIN ) $(LIBBLAS ) "
155
155
156
156
$(SRCCACHE ) /lapack-$(LAPACK_VER ) .tgz : | $(SRCCACHE )
157
- $(JLDOWNLOAD ) $@ http ://www.netlib.org/lapack/$(notdir $@ )
157
+ $(JLDOWNLOAD ) $@ https ://www.netlib.org/lapack/$(notdir $@ )
158
158
159
159
$(BUILDDIR ) /lapack-$(LAPACK_VER ) /source-extracted : $(SRCCACHE ) /lapack-$(LAPACK_VER ) .tgz
160
160
$(JLCHECKSUM ) $<
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ed30e63552d62df48d709dde4f755660
Original file line number Diff line number Diff line change
1
+ fe84e986cbf198172340adfac0436b08f087643eca3f1ceccacde146cbfd8c41e3eb0dfbb062f7ca5f462db13c386abd7c269bc0cbefc9a0ecf97a8a8870a2e4
Original file line number Diff line number Diff line change 2
2
3
3
ifneq ($(USE_BINARYBUILDER_DSFMT ) ,1)
4
4
5
- DSFMT_CFLAGS := $(CFLAGS ) -DNDEBUG -DDSFMT_MEXP=19937 $(fPIC ) -DDSFMT_DO_NOT_USE_OLD_NAMES
5
+ DSFMT_CFLAGS := $(CFLAGS ) -DNDEBUG -DDSFMT_MEXP=19937 $(fPIC ) -DDSFMT_DO_NOT_USE_OLD_NAMES -DDSFMT_SHLIB
6
6
ifneq ($(USEMSVC ) , 1)
7
7
DSFMT_CFLAGS += -O3 -finline-functions -fomit-frame-pointer -fno-strict-aliasing \
8
- --param max-inline-insns-single=1800 -Wmissing-prototypes - Wall -std=c99 -shared
8
+ --param max-inline-insns-single=1800 -Wall -std=c99 -shared
9
9
else
10
10
DSFMT_CFLAGS += -Wl,-dll,-def:../../libdSFMT.def
11
11
endif
@@ -14,16 +14,14 @@ DSFMT_CFLAGS += -msse2 -DHAVE_SSE2
14
14
endif
15
15
16
16
$(SRCCACHE ) /dsfmt-$(DSFMT_VER ) .tar.gz : | $(SRCCACHE )
17
- $(JLDOWNLOAD ) $@ http ://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src- $(DSFMT_VER ) .tar.gz
17
+ $(JLDOWNLOAD ) $@ https ://github.com/MersenneTwister-Lab/dSFMT/archive/v $(DSFMT_VER ) .tar.gz
18
18
touch -c $@
19
19
20
20
$(BUILDDIR ) /dsfmt-$(DSFMT_VER ) /source-extracted : $(SRCCACHE ) /dsfmt-$(DSFMT_VER ) .tar.gz
21
21
$(JLCHECKSUM ) $<
22
22
-rm -r $(dir $@ )
23
23
mkdir -p $(dir $@ )
24
24
$(TAR ) -C $(dir $@ ) --strip-components 1 -xf $<
25
- cd $(dir $@ ) && patch < $(SRCDIR ) /patches/dSFMT.h.patch
26
- cd $(dir $@ ) && patch < $(SRCDIR ) /patches/dSFMT.c.patch
27
25
echo 1 > $@
28
26
29
27
checksum-dsfmt : $(SRCCACHE ) /dsfmt-$(DSFMT_VER ) .tar.gz
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ MPFR_OPTS += --host=none-unknown-linux
27
27
endif
28
28
29
29
$(SRCCACHE ) /mpfr-$(MPFR_VER ) .tar.bz2 : | $(SRCCACHE )
30
- $(JLDOWNLOAD ) $@ http ://www.mpfr.org/mpfr-$(MPFR_VER ) /$(notdir $@ )
30
+ $(JLDOWNLOAD ) $@ https ://www.mpfr.org/mpfr-$(MPFR_VER ) /$(notdir $@ )
31
31
$(SRCCACHE ) /mpfr-$(MPFR_VER ) /source-extracted : $(SRCCACHE ) /mpfr-$(MPFR_VER ) .tar.bz2
32
32
$(JLCHECKSUM ) $<
33
33
cd $(dir $< ) && $(TAR ) -jxf $<
Original file line number Diff line number Diff line change 3
3
ifneq ($(USE_BINARYBUILDER_OBJCONV ) ,1)
4
4
5
5
$(SRCCACHE ) /objconv.zip : | $(SRCCACHE )
6
- $(JLDOWNLOAD ) $@ http ://www.agner.org/optimize/objconv.zip
6
+ $(JLDOWNLOAD ) $@ https ://www.agner.org/optimize/objconv.zip
7
7
8
8
$(BUILDDIR ) /objconv/source-extracted : $(SRCCACHE ) /objconv.zip
9
9
-rm -r $(dir $@ )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments