radiasoft / download

Install scripts for "curl | bash"
Apache License 2.0
3 stars 5 forks source link

Fix #688: update amrex, pyamrex, impactx, and warpx. #720

Closed e-carlin closed 1 month ago

e-carlin commented 1 month ago
ax3l commented 1 month ago

Remove ablastr static library install from impactx. Warpx installs them.

Technically you can also remove them from WarpX. We link them statically in the dynamic libs and executables (app).

If you build ABLASTR as shared lib then you want to keep them (once). But I would not recommend to do that until we have done https://github.com/ECP-WarpX/WarpX/pull/5008