-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add information about Sandia Cubit compatibility #139
base: rc-0.2.4
Are you sure you want to change the base?
Conversation
I've requested 15.8 and will probably get it next week, the poc is in travel. |
@pshriwise I might be understanding it wrong, but it looks like all the ubuntu version (except 18.04) have been tested with 15.8? So is it just the mac that I need to test? |
@jbae11 I think that's right but I don't see a link to a Mac version for v0.2.4. In fact, I don't see any of those artifacts on the release page for v0.2.4. I can download them using the links in the README though. @gonuke any thoughts here? |
@pshriwise I can only find the versions up to v0.2.3 in the release page, is there another link in the README that has v0.2.4? |
Not for Mac that I could see. I'm not sure why though. IIRC we should just need to enable it in the automate builds. |
okay if there isn't one pre-built, I can try to build it myself (although not sure how long that's going to take)? Let me know how you want me to proceed. |
This is a draft PR waiting for the 0.2.4 release to happen! |
Actually - @bam241 fixed the MacOS problem 🎉 You can find a build tarball here: https://github.com/svalinn/Cubit-plugin/actions/runs/2883295348 |
Thanks @gonuke @pshriwise @bam241 I untared, moved the files, but it seems like Cubit is not recognizing the plugin (i.e. |
Thanks @jbae11 - I am still not entirely clear where files need to be placed for the Sandia version of Cubit. I'll have to get that info next. |
Also, perhaps someone with Coreform MacOS experience can advise? @bam241 ? |
Lookin at @jbae11's screenshot again... we ship a |
we do ship both, I think the problem here is likely a path problem. We build the plugin to be install in Sadly one did not figure out out to deal with relative path rather than absolute path.... sorry it took me so long to see the notification.... |
one solution would be to build a sandia specific version with the proper sandia path. this might only require to build a different copy using the correct Sandia path when setting them before packing in mac_build_plugin_pkg(){ |
looking at it more carefully, we actually only correct the path for 17.1. But I believe the same kind of "touch" would be required to build a proper Sandia version from the one we build |
so should I wait for another build or is there a way for me to alter that path on my end? |
Also I'm not sure if this is a useful datapoint, but I tried the same thing with Cubit15.8 on Ubuntu 20.04, and it didn't work initially, but worked when I added the |
While we're still working out the installation details.... does it makes sense to merge this since the release page includes this info? |
Based on info from Coreform, adding info about which Sandia Cubit version works.
Also anticipates next release...???
See here for updated README