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
In particular libdir needs to be set correctly, using sysconfig, to ensure that it works correctly in distributions that use lib64 or multiarch installation schemes.
It may seem that nothing needs to be set because the environment variable LIBRARY_PATH is already set by sage-env. But for #30818 we wish to support also a full functional sagelib when sage-env has not been used.
See also: #30901: sage.env._get_shared_lib_filename: Fix for MULTIARCH
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date.
Another question here is whether the whole functionality of sage.misc.cython (and the IPython line/cell magic %cython) should not be split out into a separate Python distribution package.
In particular
libdir
needs to be set correctly, usingsysconfig
, to ensure that it works correctly in distributions that uselib64
or multiarch installation schemes.It may seem that nothing needs to be set because the environment variable
LIBRARY_PATH
is already set bysage-env
. But for #30818 we wish to support also a full functional sagelib whensage-env
has not been used.See also: #30901:
sage.env._get_shared_lib_filename
: Fix forMULTIARCH
Depends on #31344
CC: @kiwifb @tobihan @tobiasdiez @strogdon @dimpase @orlitzky
Component: porting
Keywords: sd111
Issue created by migration from https://trac.sagemath.org/ticket/31041
The text was updated successfully, but these errors were encountered: