Disable tests for graph-tool-base for microarch_level == 4 30a709b MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.0, and co… a66e2fc For the record, here's what I did: You can see which architecture your machine has via: ...
Issue: ModuleNotFoundError: No module named 'graph_tool' Environment (conda list): Even installing, in the conda following the documentation, when I try to import in the spider or in the Qt Console, the module is not found. When I go to ...
FWIW, we recently added level=4 packages to the graph-tool feedstock (via conda-forge/graph-tool-feedstock#140). A partial cross compilation setup will require either emulation of instructions targeted at the host but not on the build machine or we turn off tests. Indeed, we simply disabled...
conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda ...
About graphql-core Home:https://github.com/graphql-python/graphql-core Package license: MIT Feedstock license:BSD-3-Clause Summary: A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL. Documentation:https://graphql-core-3.readthedocs.io ...
strawberry-graphql 0.239.1 This contribution was made on Sep 2Sep 2 conda-forge/bipedal-locomotion-framework-feedstock2merged Update package version to 0.19.0 This contribution was made on Sep 11Sep 11 Fix blf build after compiler and manif update and de-vendoring catch2 ...
conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks. conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distribu...
This PR was created by theregro-cf-autotick-bot. Theregro-cf-autotick-botis a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are anyissues! This PR was generated by - please...
+ # CMake's detection for NvToolExt fails with CUDA 12; it's header-only now, see + # https://github.com/conda-forge/cuda-nvtx-feedstock/issues/4 + include_directories(${NvToolExt_INCLUDE_DIR}) + else() + find_package(NvToolExt REQUIRED) + include_directories(${NvToolExt_INC...
+++ b/src/optimization/include/corbo-optimization/hyper_graph/edge_cache.h @@ -75,7 +75,7 @@ class EdgeCache PRINT_DEBUG_COND_ONCE(_jacobians.size() >= _values.capacity(), "EdgeCache::pushJacobian(): cache capacity reached; you might better reserve more space in advance."); #if _...