https://github.com/devsim/devsim_tests_macos_arm64
tests for Apple M1
https://github.com/devsim/devsim_tests_macos_arm64
Last synced: 11 months ago
JSON representation
tests for Apple M1
- Host: GitHub
- URL: https://github.com/devsim/devsim_tests_macos_arm64
- Owner: devsim
- Created: 2023-01-15T20:21:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:39:01.000Z (over 1 year ago)
- Last Synced: 2025-04-07T11:47:36.994Z (about 1 year ago)
- Language: Shell
- Size: 18.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macOS Tests
Please see ``preinstall.sh`` for installing prerequisites from the Anaconda Python distribution.
Please see ``travis_tests.sh`` for an example of how to setup and run the tests.
Results are sensitive to the CPU and system libraries that may be installed on your Mac OS X computer.
All tests pass on macOS Sonoma 14.6.1 on a Apple M2.
Trial run from a Anaconda Python environment:
```
source preinstall.sh
pip install --target devsim_macos_arm64_2.9.1 devsim-2.9.1-cp37-abi3-macosx_12_0_universal2.whl
chmod u+x devsim_macos_arm64_2.9.1/devsim_data/testing/rundifftest.py
bash travis_tests.sh 2.9.1
```