You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code appears to be trying to find information about the number of CPUS, the fails completely trying to find the L1 cache size
It would seem sensible to me the authors change the code so it does not break if it can't get the information it needs.
However, in the case of HP-UX, I can give them access to the box, but even then you could get another Unix system where you don't know what CPUs it has, or the cache size. In which case assume something sensible
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... ./install-sh -c
checking mm_malloc.h usability... no
checking mm_malloc.h presence... no
checking for mm_malloc.h... no
checking the number of available CPUs... unable to detect (assuming 1)
checking the number of available CPUs... unable to detect (assuming 1)
checking for x86 cpuid 0x0 output... unknown
checking for the processor vendor... Unknown
checking the L1 cache size... ./configure[12992]: unknown*1024: The specified number is not valid for this command.
Make: No arguments or description file. Stop.
Error building libm4ri
real 0m18.199s
user 0m10.660s
sys 0m5.770s
sage: An error occurred while installing libm4ri-20090617
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /home/drkirkby/sage-4.1.2.rc0/install.log. Describe your computer, operating system, etc.
The code appears to be trying to find information about the number of CPUS, the fails completely trying to find the L1 cache size
It would seem sensible to me the authors change the code so it does not break if it can't get the information it needs.
However, in the case of HP-UX, I can give them access to the box, but even then you could get another Unix system where you don't know what CPUs it has, or the cache size. In which case assume something sensible
Component: porting
Keywords: HP-UX L1 cache
Issue created by migration from https://trac.sagemath.org/ticket/7171
The text was updated successfully, but these errors were encountered: