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

Remove deps/build.jl #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aether-create
Copy link

@Aether-create Aether-create commented Sep 10, 2024

Reason for Removal

The deps/build.jl script has become redundant as all dependencies are now properly specified in the Project.toml file. This change simplifies the project structure and dependency management process.

Key Points

  1. All required dependencies are listed in Project.toml, making Pkg.add() calls in build.jl unnecessary.
  2. Julia's package manager can handle dependency installation and resolution using Pkg.instantiate() based on Project.toml alone.
  3. Removing build.jl reduces maintenance overhead and potential conflicts between manually added packages and those specified in Project.toml.
  4. For users and contributors, this change streamlines the setup process, relying solely on Julia's built-in package management capabilities.

@CLAassistant
Copy link

CLAassistant commented Sep 10, 2024

CLA assistant check
All committers have signed the CLA.

@JKRT
Copy link
Member

JKRT commented Oct 3, 2024

@Aether-create, I think you are right. The CI does handle some of these things for this package automatically now. For this package removing build.jl should be fine.

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

Successfully merging this pull request may close these issues.

3 participants