Skip to content
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 fftpack deprecated #1047

Merged
merged 3 commits into from Aug 18, 2020
Merged

Add fftpack deprecated #1047

merged 3 commits into from Aug 18, 2020

Conversation

tammojan
Copy link
Contributor

As mentioned in #1040 (comment) , removing FFTPack in 33c8d5f caused the CASA build to break. This PR follows the proposal of @kettenis to add back FFTPack, but with a deprecation warning. It will not be built by default, except in the CASA build setting. Also, it will print a deprecation warning when including FFTPack.h.

Building FFTPack can be enabled at cmake time by setting the option -DBUILD_FFTPACK_DEPRECATED=True. The default is False. When CASA_BUILD=True, it will currently be True so CASA should build.

T.J. Dijkema and others added 3 commits August 17, 2020 18:36
This reverts commit 33c8d5f.

Conflicts:
	scimath/CMakeLists.txt
	scimath_f/CMakeLists.txt
@kettenis
Copy link
Contributor

Does what it says on the tin. I have successfully built an (almost) current CASA master against this.

@schiebel
Copy link
Contributor

Great, thanks very much @tammojan and @kettenis

@schiebel schiebel merged commit e730f27 into master Aug 18, 2020
@gijzelaerr gijzelaerr added this to the 3.4 milestone Feb 12, 2021
@gijzelaerr gijzelaerr deleted the add_fftpack_deprecated branch February 23, 2021 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants