precice / vm

Vagrant box with preCICE and examples preinstalled
MIT License
5 stars 4 forks source link

Add ASTE recipe for the latest ASTE release #47

Closed davidscn closed 1 year ago

davidscn commented 1 year ago

... we could also test the validity of the installation by running ctest. Do you usually do this during the installation?

MakisH commented 1 year ago

Looking at the code, it looks good. Thanks for directly contributing!

we could also test the validity of the installation by running ctest. Do you usually do this during the installation?

I usually don't do that here, since the build time of the VM is already quite long. It is not meant as an environment for the system tests.

However, if you think this is ready, you can trigger a build of the VM and try it yourself. You can trigger that by converting the PR to draft and then marking it ready for review (or directly from the Actions menu, at least after the first time).

MakisH commented 1 year ago

Building currently seems to fail at downloading code-aster (unrelated), due to an SSL certificate issue. I will check again when we actually need to release the VM and potentially work around it.