update to latest SoftPosit and bump version
authorBill Zorn <bill.zorn@gmail.com>
Wed, 5 Sep 2018 08:30:17 +0000 (01:30 -0700)
committerBill Zorn <bill.zorn@gmail.com>
Wed, 5 Sep 2018 08:30:17 +0000 (01:30 -0700)
BUILDING.md
SoftPosit
setup.py

index b6ee51bbc1fcf39d80c5ebe9e618d10a3dbf6f86..131b3f67c4fa4205bf87f76db22c4631a05a87a2 100644 (file)
@@ -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 $@
index c3ab567700a222c3d2ad7b9db5cf9719fed82b38..c5c1e805995cd29a324f30ebd631b846adb910b2 160000 (submodule)
--- a/SoftPosit
+++ b/SoftPosit
@@ -1 +1 @@
-Subproject commit c3ab567700a222c3d2ad7b9db5cf9719fed82b38
+Subproject commit c5c1e805995cd29a324f30ebd631b846adb910b2
index 23b32d05bed00e067cbe42f85b806f6d1a67a292..89b1dc5635fbf2bcb3105d79bfc413e7fbd72cc7 100644 (file)
--- 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',