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

only look for C++ compiler with CMake #256

Merged
merged 1 commit into from
Aug 5, 2019
Merged

only look for C++ compiler with CMake #256

merged 1 commit into from
Aug 5, 2019

Conversation

zhihaoy
Copy link
Contributor

@zhihaoy zhihaoy commented Jul 26, 2019

Problem: ContinuumIO/anaconda-issues#9096

For unclear reason, only the C compiler fails CMake's compiler tests.
But since doctest is a header-only C++ library, we can just allow it
to be built with miniconda3's toolchain on MacOSX under SDK>=10.14.

This change can also reduce compiler testing time.

Description

GitHub Issues

Problem: ContinuumIO/anaconda-issues#9096

For unclear reason, only the C compiler fails CMake's compiler tests.
But since doctest is a header-only C++ library, we can just allow it
to be built with miniconda3's toolchain on MacOSX under SDK>=10.14.

This change can also reduce compiler testing time.
@onqtam onqtam changed the base branch from master to dev August 5, 2019 11:43
@onqtam onqtam merged commit 7df0644 into doctest:dev Aug 5, 2019
@onqtam
Copy link
Member

onqtam commented Aug 5, 2019

I changed this PR to be against the dev branch instead of master and merged it there. A new version will be released at some point in the future.

Thanks for the contribution!

@zhihaoy zhihaoy deleted the conda branch August 5, 2019 12:53
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.

2 participants