To get a native conda on Apple silicon, run the following

    curl -L -O
https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname
-m).sh
    bash Mambaforge-$(uname)-$(uname -m).sh

Start a new session and then you can create a new environment with sage,

    mamba create -n sage sage python=3.9

This is largely untested as all the dependencies were cross compiled from
macos-x86_64 to macos-arm64
except for NTL and pari which had to be compiled natively.

Let me know how it goes. You can run the tests by doing,

    mamba install conda-build -n base
    conda build -t ~/mambaforge/pkgs/<path-to-sage-conda-tarball>

Isuru

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CA%2B01voP117GPfqjVObpJuvoJdkOb1N47ou9HSd9NnJmzOUJ%2Bkg%40mail.gmail.com.

Reply via email to