We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conda-forge/mdanalysis-feedstock#28
^^ On the 1.0.1 builds Windows is failing because some of the sources in the sdist are given as absolute paths.
This is a good description:
https://github.com/pyFFTW/pyFFTW/pull/250/files
It looks like we started trying to use abspath to get RTD to work here:
abspath
#2749
probably because of our slightly unusual repo structure
The text was updated successfully, but these errors were encountered:
Fixed with #3130 - will need forward porting
Sorry, something went wrong.
No branches or pull requests
conda-forge/mdanalysis-feedstock#28
^^ On the 1.0.1 builds Windows is failing because some of the sources in the sdist are given as absolute paths.
This is a good description:
https://github.com/pyFFTW/pyFFTW/pull/250/files
It looks like we started trying to use
abspath
to get RTD to work here:#2749
probably because of our slightly unusual repo structure
The text was updated successfully, but these errors were encountered: