From c3dacbfe241cb738e14f09b1195a56305cf8f144 Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Wed, 5 Sep 2018 01:30:17 -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 b6ee51b..131b3f6 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 42c5e6b..17fd807 100644 +index 58db2f3..c8330aa 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 = -O2 #-march=core-avx2 -+OPTIMISATION = -fPIC -O2 #-march=core-avx2 +-OPTIMISATION = -O2 -march=core-avx2 ++OPTIMISATION = -O2 -fPIC^M COMPILE_C = \ - gcc -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \ -+ gcc -std=c99 -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \ ++ gcc -std=c99 -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \^M $(SOFTPOSIT_OPTS) $(C_INCLUDES) $(OPTIMISATION) \ -o $@ MAKELIB = ar crs $@ diff --git a/SoftPosit b/SoftPosit index c3ab567..c5c1e80 160000 --- a/SoftPosit +++ b/SoftPosit @@ -1 +1 @@ -Subproject commit c3ab567700a222c3d2ad7b9db5cf9719fed82b38 +Subproject commit c5c1e805995cd29a324f30ebd631b846adb910b2 diff --git a/setup.py b/setup.py index 23b32d0..89b1dc5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ float_ext = setuptools.Extension( setuptools.setup( name='sfpy', - version='0.4.2', + version='0.4.3', author='Bill Zorn', author_email='bill.zorn@gmail.com', url='https://github.com/billzorn/sfpy', -- 2.30.2