summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python3-numpy.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/python3-numpy.spec b/python3-numpy.spec
index 831d6f6..61a8a1b 100644
--- a/python3-numpy.spec
+++ b/python3-numpy.spec
@@ -66,12 +66,13 @@ find -name \*.py -exec sed -i -e '1{/^#!/d}' {} +
# http://mail.scipy.org/pipermail/numpy-discussion/2012-July/063530.html
rm numpy/distutils/command/__init__.py && touch numpy/distutils/command/__init__.py
+# Atlas 3.8.4 in RHEL6
# Atlas 3.10 library names
-cat >> site.cfg <<EOF
-[atlas]
-library_dirs = %{_libdir}/atlas
-atlas_libs = satlas
-EOF
+#cat >> site.cfg <<EOF
+#[atlas]
+#library_dirs = %{_libdir}/atlas
+#atlas_libs = satlas
+#EOF
%build
@@ -132,6 +133,9 @@ popd &> /dev/null
%changelog
+* Mon Oct 17 2016 Tim Orling <ticotimo@gmail.com> - 1.10.4-5
+- Atlas is 3.8.4 in RHEL6
+
* Tue Mar 1 2016 Orion Poplawski <orion@cora.nwra.com> - 1.10.4-4
- Strip shbangs and fix .so permissions