Open
Conversation
somehow, did not suffice to use SYSTEM for external_includes; so using pragma ignored individually when including httplib.h
This reverts commit 7a293f4.
in the 3rd party lib, so avoid using it.
bump cpp-httplib version to v0.7.6 latest
…into networkAPI_exposingConnections
…ctions' into networkAPI_exposingConnections" This reverts commit f49823a.
…ingConnections' into networkAPI_exposingConnections"" This reverts commit 67131b3.
Connections growSynapse in C++ are now faster
Missing includes
removing napi_hello.hpp
…into networkAPI_exposingConnections
…xposingConnections
…ctions' into networkAPI_exposingConnections" This reverts commit f49823a.
breaking the visualization server
…y/htm/advanced/examples/single_layer_2d_experiment/visualizations/multi-36e86be00e Bump braces and onchange in /py/htm/advanced/examples/single_layer_2d_experiment/visualizations
Consistant fix for #1016
Bump pybind11 from version 2.10 to 2.12 for numpy version 2 support
Bumps [@blakeembrey/template](https://github.com/blakeembrey/js-template) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/blakeembrey/js-template/releases) - [Commits](blakeembrey/js-template@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: "@blakeembrey/template" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…y/htm/advanced/examples/single_layer_2d_experiment/visualizations/blakeembrey/template-1.2.0 Bump @blakeembrey/template from 1.1.0 to 1.2.0 in /py/htm/advanced/examples/single_layer_2d_experiment/visualizations
Followup to PR #993: Fix TM static inputs. After I changed the TM algorithm to handle the repeating inputs corner case, I never updated the unit-test for deterministic outputs.
Fix gtest CMake target: do not add 'd' postfix on debug builds
Fix test HelloSPTP: deterministic output.
Bumps [rollup](https://github.com/rollup/rollup) from 0.41.6 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v0.41.6...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…y/htm/advanced/examples/single_layer_2d_experiment/visualizations/rollup-2.79.2 Bump rollup from 0.41.6 to 2.79.2 in /py/htm/advanced/examples/single_layer_2d_experiment/visualizations
migrates from distil to scikit-build-core build environment htm.core should now be buildable by those using Python 3.12 and up.
settings that are needed to complete the Python stage of the build.
Added missing Python dependencies to the build
Author
|
oops, wrong repository |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
During the build, it was trying to install gmock which was not wanted. The solution was to specify that the gmock was not to be installed during the download of dependencies.