-
Notifications
You must be signed in to change notification settings - Fork 2.4k
spack test tries to run tests for external packages that require additional files #24014
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingimpact-mediumstand-alone-testsStand-alone (or smoke) tests for installed packagesStand-alone (or smoke) tests for installed packages
Description
Steps to reproduce the issue
- Add
openmpias an external package - Run
spack test openmpi - Test fails because
examplesdirectory isn't found in installation prefix
Error Message
Command exited with status 2:
'/usr/bin/make' 'all'
make: *** No rule to make target `all'. Stop.
Recommended Solution
We should skip tests for external packages that require additional files.
Information on your system
- Spack: 0.14.1-6842-6f534ac
- Python: 3.6.8
- Platform: linux-centos7-haswell
- Concretizer: original
packages:
openmpi:
buildable: false
externals:
- spec: [email protected]%[email protected]
modules:
- gnu/openmpi-3.1.6-gnu-9.3.0Additional information
- I have run
spack debug reportand reported the version of Spack/Python/Platform - I have searched the issues of this repo and believe this is not a duplicate
- I have run the failing commands in debug mode and reported the output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingimpact-mediumstand-alone-testsStand-alone (or smoke) tests for installed packagesStand-alone (or smoke) tests for installed packages