-
Notifications
You must be signed in to change notification settings - Fork 176
Using updated cspice #5886
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
base: dev
Are you sure you want to change the base?
Using updated cspice #5886
Changes from all commits
a6a5c90
2b254f1
d8bfdc9
430cb0b
6376161
925959e
1b76808
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ dependencies: | |
| - bz2file | ||
| - bzip2 | ||
| - cmake >=3.27,<3.28 | ||
| - cspice =67 | ||
| - cspice =67=*_11 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do the changes in the main environment.yml also need to be applied to the ARM environment yamls? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, although some changes may be reverted so once the main environment.yml is finalized then I'll update the variants. |
||
| - csm >=3.0.3,<3.0.4 | ||
| - curl >=8.4.0,<8.5 | ||
| - cxx-compiler=1.7 | ||
|
|
@@ -61,7 +61,7 @@ dependencies: | |
| - qhull | ||
| - qt-main>=5.15, <5.16 | ||
| - qwt <6.3.0 | ||
| - spiceql =1.2.0 | ||
| - spiceql =1.2.0=*_1 | ||
| - sqlite >=3.46.0,<3.47 | ||
| - suitesparse <7.7.0 | ||
| - superlu | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dev anaconda builds are failing too. Need to update the meta.yml as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, there's another issue going on. Basically the same issues for updating to gdal 3.11. There is seemingly a random segfault happening when collecting gtests. I have also run into segfaults when running ISIS apps with the updates in the env file.
I've basically hit a brick wall and can't figure out what the issue is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured there are more issues going on and that this PR isn't ready yet. I just wanted to throw a comment in here so it's not missed before it's ready for review/merging.