-
Notifications
You must be signed in to change notification settings - Fork 278
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
No gmock install #1464
Open
dkeeney
wants to merge
4,159
commits into
numenta:master
Choose a base branch
from
htm-community:no_gmock_install
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
No gmock install #1464
Conversation
This file contains 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
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] <[email protected]>
…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] <[email protected]>
…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
oops, wrong repository |
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.