-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix installation instructions #520
Conversation
adapt instructions README.md fix excludes of _external_src in pytest configuration
cscs-ci run default |
launch jenkins spack |
``` | ||
|
||
If you want to proceed manually, you should install all packages at once by using the provided `requirements.txt` or `requirements-dev.txt` files in the root of the repository. For example: | ||
You can install all packages at once by using the provided `requirements.txt` or `requirements-dev.txt` files in the root of the repository. For example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe mentione here that the dev
build installs packages in editable mode and so makes it easier for development in case any of the sources of the dependent packages have to be changed by the developer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also added a list of external dependencies, is not listed anywhere. I am actually unsure about the Python versions. I run 3.10 but I think some people run with 3.11. Is that true?
add external dependencies
launch jenkins spack |
cscs-ci run default |
Mandatory Tests Please make sure you run these tests via comment before you merge!
Optional Tests To run benchmarks you can use:
To run tests and benchmarks with the DaCe backend you can use:
In case your change might affect downstream icon-exclaim, please consider running
For more detailed information please look at CI in the EXCLAIM universe. |
cscs-ci run default |
launch jenkins spack |
* add root level tox.ini containing dev env settings only adapt instructions README.md fix excludes of _external_src in pytest configuration * add tox installation * add explanation of -dev.txt add external dependencies * remove Python 3.11
(FIX) install instructions
tox.ini
containing dev env settings only_external_src
independently of path