8000 Add GSL packages to RayTracy environment workflow by Mapoet · Pull Request #5 · Mapoet/.github · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@Mapoet
Copy link
Owner
@Mapoet Mapoet commented Nov 2, 2025

Summary

  • include libgsl-dev and libgsl-cblas-dev in the workflow's apt dependencies

Testing

  • not run

https://chatgpt.com/codex/tasks/task_e_69072feca4508331aee4a54d08d96d39

@Mapoet Mapoet merged commit ed8a9ed into main Nov 2, 2025
Copy link
@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +47 to +48
libgsl-dev \
libgsl-cblas-dev \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Avoid installing non-existent GSL CBLAS package

The workflow now installs libgsl-cblas-dev right after libgsl-dev, but Ubuntu 22.04 (the runner configured for this job) does not publish a package by that name—the CBLAS library ships as libgslcblas0 and is already pulled in by libgsl-dev. Attempting to install the new package will make apt-get install fail with “Unable to locate package”, aborting the job before RayTracy builds. Dropping this line or using the actual package name is necessary for the workflow to succeed.

Useful? React with 👍 / 👎.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

依据你说的,只需要安装libgsl-dev即可

@Mapoet Mapoet deleted the codex/add-libgsl-dev-and-libgsl-cblas-dev-dependencies branch November 2, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0