-
Notifications
You must be signed in to change notification settings - Fork 10
fix the CI and conda build #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4af8055
Update box_mesh.py
chemiskyy 7859ccf
Update box_mesh.py
chemiskyy 58753f2
switch to latest mac od and add a pyvista setup
chemiskyy e607b06
Update box_mesh.py
chemiskyy 0d539b8
install trimesh and embreex
chemiskyy abb1cd0
Bump Python support to 3.10–3.14 and add nlopt
chemiskyy 006ac16
Drop Python 3.14 from CI and metadata
chemiskyy 09b53b4
Merge branch 'main' into featuremulti_ray_trace
chemiskyy 8810727
Update environment.yml
chemiskyy 22f7739
Unpin scotch and install VTK via pip on Windows
chemiskyy 32123ee
Add VTK to env and remove Windows pip step
chemiskyy 78db056
Update environment.yml
chemiskyy 2af6ef0
Bump conda Python to 3.12 and use macOS arm64
chemiskyy 0bd01e0
Use Anaconda API token for uploads
chemiskyy 651a7db
Use .conda uploads and bash shell in CI
chemiskyy 0c759d1
[skip ci] : add upload
chemiskyy 2abc126
[skip ci]
chemiskyy 660e3b5
[skip ci]
chemiskyy 8c60c2f
Update conda packaging workflows and uploads
chemiskyy ae52f82
Update build-and-test.yml
chemiskyy 2e9a3ad
Update build-docs.yml
chemiskyy efdd5fd
Update meta.yaml
chemiskyy db01ae2
Disable Scotch for Windows build
chemiskyy 46e8763
Update environment.yml
chemiskyy 134aee8
Update environment.yml
chemiskyy c592152
Update environment.yml
chemiskyy c2700e3
Update build-and-test.yml
chemiskyy 6c2488b
Update environment.yml
chemiskyy d8a8fe6
Update meta.yaml
chemiskyy d958ffd
Update build-and-test.yml
chemiskyy 660b138
Update build-and-test.yml
chemiskyy 9c2875b
Update build-and-test.yml
chemiskyy 59ddb91
Update build-and-test.yml
chemiskyy 4522452
CI: drop Python 3.13, test 3.12 instead
chemiskyy 306fd1f
Add build env vars, retry flag; remove py3.13
chemiskyy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| cmake -S . -B build ^ | ||
| -G "Visual Studio 17 2022" ^ | ||
| -DCMAKE_BUILD_TYPE:STRING=Release ^ | ||
| -DCMAKE_INSTALL_PREFIX:PATH=%PREFIX% | ||
| -DCMAKE_INSTALL_PREFIX:PATH=%PREFIX% ^ | ||
| -DUSE_SCOTCH=OFF | ||
|
|
||
| cmake --build build --target ALL_BUILD --config Release | ||
| cmake --install build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.