-
Notifications
You must be signed in to change notification settings - Fork 3
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
Easy Install and MISC Fix #108
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
updates: - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.1](pre-commit/mirrors-clang-format@v17.0.6...v18.1.1)
Though it can build example, it cannot install libyt and linked properly. it also install vendor library which is not we want.
1. If nlohmann_json_DIR is not provided, xeus/xeus-zmq will also count as not found. 2. Since nlohmann_json/xeus/xeus-zmq does not have XXXTargets.cmake, it gets errors when populating the path. --- Don't know why is this happening, fix it later.
Not yet tested on eureka.
User can try to provided READLINE_PATH to help find, but this is not mandatory
Can build, but it seems to link to system readline when READLINE_PATH is provided.
Readline does not use cmake to build, it is better to install by user. Normally, every computer would have one (?), and it is easy to install.
Still thinking whether should I add admonition.
Thank you @ChunYen-Chen for going through the documents, and giving feedbacks. |
macos-latest which is now macos-14 only supports python 3.11 and 3.12
Hi @hyschive, I'm enforcing setting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
doc
Improvements or additions to documentation
enhancement
New feature or request
new-feature
New feature.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Easy Install and MISC Fix
Enhancements
MISC
yt_rma_particle
printing error msg when failing to read particle data from theparticle_data
dictionary even though the particle data isn't loaded. (These kind of particle data will be generated through user-defined C function)Easy Install
libyt
fetches dependencies itself when-DJUPYTER_KERNEL=ON
.libyt/vendor
for reuse and linkage purpose.APIs
uint
(unsigned int),ulong
(unsigned long). This is useless and unnecessary.velocity_unit
toyt_param_yt
. This is important in cosmology simulation.libyt
now enforces user to set this parameter manually.yt_libyt
0.0.8 releasesTest
cmake-build-test.yml
for making sure each option can compile successfully and independently.example-test-run.yml
for runningexample/amr-example
and make sure it can run.Doc
OMPI_MCA_osc=sm,pt2pt
when running libyt in parallel.Example
Bug
if
) and colon exist at last line and error lineno is at the last line -> not-done-yet(
,[
,"""
) -> not-done-yetMake sure exception hook is set before entering interactive mode or jupyter mode.yt.enable_parallelism()
or other stuff. I'm not sure if this is a bug or not. (Probably not, should ask Matt)Fix
yt_libyt
when usingmpi4py
in Serial Mode.GitHub Action
TODOs
jupyter_libyt
on PyPICheck