Skip to content

fix: use system=true for all add_requires dependencies#349

Open
akarsh1010 wants to merge 1 commit into
MoganLab:mainfrom
akarsh1010:fix/system-dependency-build
Open

fix: use system=true for all add_requires dependencies#349
akarsh1010 wants to merge 1 commit into
MoganLab:mainfrom
akarsh1010:fix/system-dependency-build

Conversation

@akarsh1010

Copy link
Copy Markdown

Fixes #342

Problem

When building lolly with system dependencies, the build fails
because add_requires() had system=false which forced downloading
packages even without network access.

Solution

Changed system=false to system=true in all add_requires() calls:

  • Line 67: tbox
  • Line 69: doctest
  • Line 70: nanobench
  • Line 76: jemalloc

This allows building lolly using system-installed packages
without requiring network access.

Fixes issue MoganLab#342 - allows building lolly with system
dependencies without requiring network access
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.

How to build the lib with system dependency

1 participant