-
Notifications
You must be signed in to change notification settings - Fork 3
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 a Meson build system #8
Conversation
I am not sure there is any point in having a single-precision version (other than via sed). Remember that the SIF files themselves assume that evaluations are done in double precision. Sifdecode is a stand-alone package, and unlikely to be used other than as a first step for cutest. The current cutest converts any double remnants to single via sed if needed, and it would not be possible to include c preprocessing into these as the SIF files don't have such a thing. The local.f slct_new.f, slct_old.f and slct_older.f files are obsolete and can be removed |
Great, thank you. Just so things are clear, the builds called “CI” are for the old build system. Some of them fail but that’s ok. Those called “Meson” are the new ones. |
On Cirrus, the binaries and libraries are installed to https://cirrus-ci.com/task/6126501880397824 That’s not what we want. We should be able to install in a user location. |
We can install it in a user location with Update: I pushed a commit to install SIFDecode in a user location. |
Thank you! In |
I forgot to add them. |
@jfowkes Can you add me as a collaborator for |
I added you, please check you got the invitation |
Thanks Nick! It works. 👍 |
@nimgould @dpo @jfowkes
A few comments:
local.f
,slct_new.f
,slct_old.f
andslct_older.f
?