From 03bb8f343f336914fa0f92a61e1a2f40974c82bd Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Mon, 3 Sep 2018 23:07:36 -0700 Subject: [PATCH] update to latest SoftPosit and bump version --- BUILDING.md | 8 ++++---- SoftPosit | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 14e8919..b6ee51b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -112,18 +112,18 @@ in the following diffs. ```diff diff --git a/build/Linux-x86_64-GCC/Makefile b/build/Linux-x86_64-GCC/Makefile -index 4409e43..46bb877 100644 +index 42c5e6b..17fd807 100644 --- a/build/Linux-x86_64-GCC/Makefile +++ b/build/Linux-x86_64-GCC/Makefile @@ -60,9 +60,9 @@ LINK_PYTHON = \ DELETE = rm -f C_INCLUDES = -I. -I$(SOURCE_DIR)/$(SPECIALIZE_TYPE) -I$(SOURCE_DIR)/include --OPTIMISATION = -march=core-avx2 -O2 -+OPTIMISATION = -fPIC -O2 ^M +-OPTIMISATION = -O2 #-march=core-avx2 ++OPTIMISATION = -fPIC -O2 #-march=core-avx2 COMPILE_C = \ - gcc -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \ -+ gcc -std=c99 -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \^M ++ gcc -std=c99 -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \ $(SOFTPOSIT_OPTS) $(C_INCLUDES) $(OPTIMISATION) \ -o $@ MAKELIB = ar crs $@ diff --git a/SoftPosit b/SoftPosit index 5bd920c..c3ab567 160000 --- a/SoftPosit +++ b/SoftPosit @@ -1 +1 @@ -Subproject commit 5bd920c167f62937d8cc70ec9787f444e002158a +Subproject commit c3ab567700a222c3d2ad7b9db5cf9719fed82b38 diff --git a/setup.py b/setup.py index 9b774b3..23b32d0 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ float_ext = setuptools.Extension( setuptools.setup( name='sfpy', - version='0.4.1', + version='0.4.2', author='Bill Zorn', author_email='bill.zorn@gmail.com', url='https://github.com/billzorn/sfpy', -- 2.30.2