Adam J. Stewart

Results 192 issues of Adam J. Stewart

The `pyproject.toml` lists dependencies via poetry, but doesn't set the backend, so setuptools is used instead. Is this intentional, or are you missing a backend declaration?

I'm encountering the following build error on Cray CNL5 with GCC 5.3.0: ``` /opt/gcc/5.3.0/snos/include/g++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This...

I'm writing a [Spack](https://spack.io) package for NNPACK. Ideally, I would be able to link to already installed copies of these dependencies instead of having to install them multiple times. When...

Installation with Python 3.7 results in the following error: ```console Traceback (most recent call last): File "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-nxope4ko/spack-src/.waf3-1.8.20-c859ca7dc3693011756f4edf45c36626/waflib/Scripting.py", line 114, in waf_entry_point run_commands() File "/private/var/folders/21/hwq39zyj4g36x6zjfyl5l8080000gn/T/Adam/spack-stage/spack-stage-nxope4ko/spack-src/.waf3-1.8.20-c859ca7dc3693011756f4edf45c36626/waflib/Scripting.py", line 171, in run_commands parse_options() File...

**Describe the bug** When I try to build with an external installation of fmt 8.0.1, I encounter a compilation issue. **To Reproduce** Steps to reproduce the behavior: ```console $ mkdir...

build/install issue
3rdparty

I'm trying to write a [Spack](https://spack.io) package for XNNPACK. Specifically, I'm trying to allow the build to work using the `-DXNNPACK_USE_SYSTEM_LIBS=ON` flag. The exact command looks like: ```console $ 'cmake'...

When I try to build with Bazel 4.0.0, I see the following build errors: ```console $ bazel --nohome_rc --nosystem_rc --output_user_root=/tmp/spackjloirg0g run --define=EXECUTOR=remote --verbose_failures --subcommands=pretty_print --spawn_strategy=local tensorboard_plugin_wit/pip_package:build_pip_package $TEST_TMPDIR defined: output root...

I'm trying to build `tensorboard-plugin-wit` 1.8.0 and I'm seeing the following build error: ``` Segmentation fault (core dumped) /tmp/spackfykr1z5g/dbe23794a6948018e3519954f7cd2e6d/execroot/ai_google_pair_wit/bazel-out/k8-fastbuild/bin/tensorboard_plugin_wit/pip_package/build_pip_package: 1: /tmp/spackfykr1z5g/dbe23794a6948018e3519954f7cd2e6d/execroot/ai_google_pair_wit/bazel-out/k8-fastbuild/bin/tensorboard_plugin_wit/pip_package/build_pip_package: Bad substitution /tmp/spackfykr1z5g/dbe23794a6948018e3519954f7cd2e6d/execroot/ai_google_pair_wit/bazel-out/k8-fastbuild/bin/tensorboard_plugin_wit/pip_package/build_pip_package: 1: /tmp/spackfykr1z5g/dbe23794a6948018e3519954f7cd2e6d/execroot/ai_google_pair_wit/bazel-out/k8-fastbuild/bin/tensorboard_plugin_wit/pip_package/build_pip_package: Bad substitution ... ```...

**Describe the bug** When building from source, I encounter linker issues on macOS. ```console $ otool -L lib/libjxl.dylib lib/libjxl.dylib: /Users/ajstewart/spack/opt/spack/darwin-monterey-m1/apple-clang-13.1.6/libjxl-main-swqqeydkhwe6vivbmo6aigloq352xq2v/lib/libjxl.0.7.dylib (compatibility version 0.7.0, current version 0.7.0) libbrotlidec.1.dylib (compatibility version 1.0.0,...

building/portability

### Steps to reproduce Vim syntax highlighting is incorrect for Python f-strings (introduced in Python 3.6) and combinations of r-strings and u-strings. For example, the following file: ```python # Correct...

runtime
bug