After distclean, I just did
./boostrap
source .homebrew-build-env
./configure
make build

I have also install lumpy with homebrew but it is apparently not taken into 
account.

So I think I did nothing unusual.

David.

> Le 21 juin 2021 à 14:38, Dima Pasechnik <[email protected]> a écrit :
> 
> 
> Please see https://trac.sagemath.org/ticket/32021 for this issue.
> Did you build/install numpy in an unusual way?
> 
> On Sunday, June 20, 2021 at 5:57:44 PM UTC+1 [email protected] wrote:
> So I think I have to wait (and try to go back to previous beta).
> Thanks,
> David.
> 
> 
>> Le 20 juin 2021 à 17:46, Matthias Köppe <[email protected] 
>> <applewebdata://EF0420BE-91BA-4F99-9E5E-B8BF3BA5F6EA>> a écrit :
>> 
> 
>> Related to this is https://trac.sagemath.org/ticket/31565 
>> <https://trac.sagemath.org/ticket/31565>
>> 
>> On Sunday, June 20, 2021 at 12:34:51 AM UTC-7 [email protected] 
>> <http://gmail.com/> wrote:
>> Thank you for this new beta.
>> 
>> I have a build error on a Intel MacBook Air with macOS 10.15.7, after make 
>> distclean, .bootstrap, source .homebrew-build-env, 
>> ./configure and finally make.
>> I have installed numpy 1.20.3  with homebrew, but it is re-installed by sage 
>> and the new installation is not correct
>> 
>> Any help is more than welcome.
>> David.
>> 
>> cd '/Users/dcoudert/sage/build/pkgs/sagelib' && . 
>> '/Users/dcoudert/sage/src/bin/sage-src-env-config' && . 
>> '/Users/dcoudert/sage/src/bin/sage-env-config' && . 
>> '/Users/dcoudert/sage/src/bin/sage-env' && . 
>> '/Users/dcoudert/sage/build/bin/sage-build-env-config' && . 
>> '/Users/dcoudert/sage/build/bin/sage-build-env' && 
>> SAGE_SPKG_WHEELS=/Users/dcoudert/sage/local/var/lib/sage/wheels 
>> SAGE_INST_LOCAL=/Users/dcoudert/sage/local sage-logger -p 
>> '/Users/dcoudert/sage/build/pkgs/sagelib/spkg-install' 
>> '/Users/dcoudert/sage/logs/pkgs/sagelib-9.4.beta2.log'
>> [sagelib-9.4.beta2] Configured with: 
>> --prefix=/Library/Developer/CommandLineTools/usr 
>> --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
>> [sagelib-9.4.beta2] Discovering Python/Cython source code....
>> [sagelib-9.4.beta2] distributions = ['']
>> [sagelib-9.4.beta2] Discovered Python/Cython sources, time: 5.91 seconds.
>> [sagelib-9.4.beta2] running build
>> [sagelib-9.4.beta2] Generating auto-generated sources
>> [sagelib-9.4.beta2] Building interpreters for fast_callable
>> [sagelib-9.4.beta2] running build_cython
>> [sagelib-9.4.beta2] Enabling Cython debugging support
>> [sagelib-9.4.beta2] 
>> ************************************************************************
>> [sagelib-9.4.beta2] Traceback (most recent call last):
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/build/pkgs/sagelib/src/setup.py", line 96, in <module>
>> [sagelib-9.4.beta2]     code = setup(
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/setuptools/__init__.py",
>>  line 153, in setup
>> [sagelib-9.4.beta2]     return distutils.core.setup(**attrs)
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/setuptools/_distutils/core.py",
>>  line 148, in setup
>> [sagelib-9.4.beta2]     dist.run_commands()
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py",
>>  line 967, in run_commands
>> [sagelib-9.4.beta2]     self.run_command(cmd)
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py",
>>  line 986, in run_command
>> [sagelib-9.4.beta2]     cmd_obj.run()
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/build/pkgs/sagelib/src/sage_setup/command/sage_build.py",
>>  line 37, in run
>> [sagelib-9.4.beta2]     build.run(self)
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/setuptools/_distutils/command/build.py",
>>  line 135, in run
>> [sagelib-9.4.beta2]     self.run_command(cmd_name)
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/setuptools/_distutils/cmd.py",
>>  line 313, in run_command
>> [sagelib-9.4.beta2]     self.distribution.run_command(command)
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py",
>>  line 986, in run_command
>> [sagelib-9.4.beta2]     cmd_obj.run()
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/build/pkgs/sagelib/src/sage_setup/command/sage_build_cython.py",
>>  line 211, in run
>> [sagelib-9.4.beta2]     self.sage_include_dirs = 
>> sage_include_directories(use_sources=True)
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/build/pkgs/sagelib/src/sage/env.py", line 376, in 
>> sage_include_directories
>> [sagelib-9.4.beta2]     import numpy
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/numpy/__init__.py", 
>> line 145, in <module>
>> [sagelib-9.4.beta2]     from . import core
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/numpy/core/__init__.py",
>>  line 22, in <module>
>> [sagelib-9.4.beta2]     from . import multiarray
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/numpy/core/multiarray.py",
>>  line 12, in <module>
>> [sagelib-9.4.beta2]     from . import overrides
>> [sagelib-9.4.beta2]   File 
>> "/Users/dcoudert/sage/local/lib/python3.9/site-packages/numpy/core/overrides.py",
>>  line 7, in <module>
>> [sagelib-9.4.beta2]     from numpy.core._multiarray_umath import (
>> [sagelib-9.4.beta2] RuntimeError: NumPy was built with baseline 
>> optimizations: 
>> [sagelib-9.4.beta2] (SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 
>> AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL) but your 
>> machine doesn't support:
>> [sagelib-9.4.beta2] (AVX512F).
>> [sagelib-9.4.beta2] 
>> ************************************************************************
>> [sagelib-9.4.beta2] Error building the Sage library
>> [sagelib-9.4.beta2] 
>> ************************************************************************
>> [sagelib-9.4.beta2] Please email sage-devel 
>> (http://groups.google.com/group/sage-devel 
>> <http://groups.google.com/group/sage-devel>)
>> [sagelib-9.4.beta2] explaining the problem and including the relevant part 
>> of the log file
>> [sagelib-9.4.beta2]   /Users/dcoudert/sage/logs/pkgs/sagelib-9.4.beta2.log
>> [sagelib-9.4.beta2] Describe your computer, operating system, etc.
>> [sagelib-9.4.beta2] 
>> ************************************************************************
>> [sagelib-9.4.beta2] 
>> [sagelib-9.4.beta2] real     0m8.595s
>> [sagelib-9.4.beta2] user     0m1.665s
>> [sagelib-9.4.beta2] sys      0m1.330s
>> make[4]: *** [sagelib-SAGE_VENV-no-deps] Error 1
>> make[3]: *** 
>> [/Users/dcoudert/sage/local/var/lib/sage/installed/sagelib-9.4.beta2] Error 2
>> make[2]: *** [all-build] Error 2
>> 
>> real 0m9.441s
>> user 0m2.046s
>> sys  0m1.507s
>> ***************************************************************
>> Error building Sage.
>> 
>> The following package(s) may have failed to build (not necessarily
>> during this run of 'make all-build'):
>> 
>> * package:         sagelib-9.4.beta2
>>   last build time: 20 jui 09:28
>>   log file:        /Users/dcoudert/sage/logs/pkgs/sagelib-9.4.beta2.log
>> 
>> It is safe to delete any log files and build directories, but they
>> contain information that is helpful for debugging build problems.
>> WARNING: If you now run 'make' again, the build directory of the
>> same version of the package will, by default, be deleted. Set the
>> environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
>> 
>> make[1]: *** [all-build] Error 1
>> make: *** [build] Error 2
>> 
>> 
>> 
>> 
>> 
>> 
> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] 
>> <applewebdata://EF0420BE-91BA-4F99-9E5E-B8BF3BA5F6EA>.
> 
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/05631de0-0a14-47ed-a8ff-a3fbf1f71dfbn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/sage-release/05631de0-0a14-47ed-a8ff-a3fbf1f71dfbn%40googlegroups.com?utm_medium=email&utm_source=footer>.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/ae00f81a-40a0-4a3a-95ae-0fe2fe20766fn%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/sage-release/ae00f81a-40a0-4a3a-95ae-0fe2fe20766fn%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/AF451B3F-D03C-48FA-9FD7-9817F1CF9BA9%40gmail.com.

Reply via email to