Dear julia experts
I am developing a package that requires a lot of fortran code with Lapack and Blas dependencies developed long time ago.
While it should be straightforward to compile it manually for myself as a shared library, I was wandering if there is a better tool (like the wonderful numpy.distutils that they sadistically want to remove from python 3.12) to let users just do something like
] add mypackage
in a julia terminal to automatically download and compile the fortran code, without having to worry to compile the code with boring make and cmake and whatever.
It would be much easier to distribute the code in this way, but googleing I did not find anything