scons icon indicating copy to clipboard operation
scons copied to clipboard

SCons - a software construction tool

Results 363 scons issues
Sort by recently updated
recently updated
newest added

Pushed to see if the GH Action will build this way (works locally). This an experiment to respond to the Py Packaging Authority's plea to "not call setup.py directly, use...

CI / buildbot
Release

Is this a feature or a bug? Related issue https://github.com/platformio/platformio-core/pull/4380 I see that SCons sets the final environment at https://github.com/SCons/scons/blob/master/SCons/Builder.py#L620 I agree with this behaviour if we use `from SCons...

This came up during a Discord discussion on #scons-help https://discord.com/channels/571796279483564041/571796280146133047/1006057851858452510 Both the man page and User Guide give examples of importing the external `PATH` variable into the SCons build, but...

documentation

**Describe the bug** I've set `LEX_HEADER_FILE` to a function that takes `source[0]` and modifies it to get the custom target path. When there is multiple `CXXFile` builders, they call the...

Hi all. **Describe the bug** ``` Running Sphinx v5.0.2 WARNING: html_static_path entry '_static' does not exist [autosummary] generating autosummary for: SCons.Node.rst, SCons.Platform.rst, SCons.Scanner.rst, SCons.Script.rst, SCons.Tool.rst, SCons.Variables.rst, SCons.compat.rst, SCons.rst, index.rst building...

Fixes #2757 from https://pairlist4.pair.net/pipermail/scons-users/2022-May/008989.html ## Contributor Checklist: * [x] I have created a new test or updated the unit tests to cover the new/changed functionality. * [x] I have updated...

Configure()

**Describe the bug** I have VS2019 installed, with the VC++ 14.2, 14.1, and 14.0 build tools selected in the installer. When `MSVC_VERSION="14.1"` is specified, SCons cannot find the 14.1 build...

MSVC

Fix #3737 Using `Value` as a target node sometimes fails in the calculation of its content signature in `get_csig()`. Most existing `get_contents()` methods already return `bytes`/`bytearray`s, but a few are...

Value Nodes

brought to discord: https://discord.com/channels/571796279483564041/571796280146133047/996112461126185053 **Describe the Feature** Mongodb uses an 'append' type option `--variables-files` to allow users to load preset custom files which setup variables. This is used for things...

args_and_options

To use, set `do_zipapp` to `True` in `site_scons/scons_local_package.py` (notice as submitted, building is disabled) Will produce a `build/dist/scons-local-${VERSION}.pyz` which can be directly executed - copy to a work dir, and...

Release