Skip to content

Conversation

@lukaswittmann
Copy link
Contributor

The Meson build system is added to fftpack. This will provide an alternative build option for users who prefer or require Meson.

Changes Made

  • Added needed meson.build files
  • Added test-drive.wrap
  • Added install-mod.py from our DFT-D4 for easy installation

Manual Addition

A brief manual has been included in the README on how to build fftpack using Meson. Users can find this information in the "Build with Meson" section of the README.

Instructions

Setup a build with

meson setup build

To compile and run the projects testsuite use

meson test -C build --print-errorlogs

All tests finished successfully.

Copy link
Member

@certik certik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's fine.

@lukaswittmann will you be able to maintain it?

@lukaswittmann
Copy link
Contributor Author

Hi @certik,

Yes, I'm committed to maintaining the Meson build system for this project.
Meson configurations are designed to typically require minimal maintenance once set up. I'll ensure the build system remains up-to-date and functional.

Copy link
Contributor

@zoziha zoziha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukaswittmann, thanks for sharing this, it benefits users who are familiar with Meson.

Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sharing, looks good to me

@zoziha zoziha merged commit 9316a08 into fortran-lang:main Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants