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

Build breaks due to missing file: gaussianbeam.cpp/.h #9

Open
pe224 opened this issue Jan 21, 2025 · 0 comments
Open

Build breaks due to missing file: gaussianbeam.cpp/.h #9

pe224 opened this issue Jan 21, 2025 · 0 comments

Comments

@pe224
Copy link

pe224 commented Jan 21, 2025

When triggering the build process via pip by e.g.

pip install git+https://github.com/usnistgov/pySCATMECH

it fails complaining that scatmech/gaussianbeam.cpp and scatmech/gaussianbeam.h are missing.

The files are referenced in setup.py here and here.
They are not in the scatmech/ subfolder and not in the official C++ library at https://github.com/usnistgov/SCATMECH either.

Since they are not referenced anywhere else in the code, removing the respective lines from setup.py seems to fix the build.
Can this be fixed permanently?

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

No branches or pull requests

1 participant