annotate src/of-interval-1-cross-fixes.patch @ 4475:ba6c050833d5

sqlite: update to v3.20.1 * src/sqlite.mk: update version, checksum
author John D
date Tue, 19 Sep 2017 16:47:45 -0400
parents 31fa72e23b71
children b4f4fbbfdadd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4454
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
1 diff -ur interval-3.0.0.orig/src/Makefile interval-3.0.0/src/Makefile
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
2 --- interval-3.0.0.orig/src/Makefile 2017-08-22 12:31:47.602400636 -0400
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
3 +++ interval-3.0.0/src/Makefile 2017-08-22 12:33:50.151855098 -0400
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
4 @@ -29,6 +29,8 @@
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
5 CONF_FLAG_SSE2 ?=--enable-sse2
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
6 endif
4329
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
7
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
8 +CRLIBM_CONFIG_FLAGS ?=
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
9 +
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
10 all: $(OBJ)
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
11
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
12 ## crlibm api oct-file
4454
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
13 @@ -48,7 +50,7 @@
4329
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
14 crlibm/crlibm_private.o: crlibm/crlibm_config.h
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
15 $(MAKE) -C crlibm CFLAGS+="$(shell $(MKOCTFILE) -p CPICFLAG) -Wno-div-by-zero -Wno-unused-variable -Wno-unused-but-set-variable"
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
16 crlibm/crlibm_config.h:
4454
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
17 - (cd crlibm && ./configure --disable-dependency-tracking $(CONF_FLAG_SSE2))
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
18 + (cd crlibm && ./configure --disable-dependency-tracking $(CONF_FLAG_SSE2) $(CRLIBM_CONFIG_FLAGS))
4329
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
19
caa35339a354 of-interval: update to v2.1.0
John D
parents:
diff changeset
20 ## GNU MPFR api oct-files
4454
31fa72e23b71 of-interval: update to v3.0.0
John D
parents: 4329
diff changeset
21 mpfr_matrix_mul_d.oct mpfr_matrix_sqr_d.oct : mpfr_%.oct: mpfr_%.cc mpfr_commons.h