conda-forge / graph-tool-feedstock

A conda-smithy repository for graph-tool.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Rebuild for libboost 1.82 #114

Closed h-vetinari closed 1 year ago

h-vetinari commented 1 year ago

Bot cannot open due to the hard pin on cgal-cpp.

This should probably move to the global pinning, but for now I'm just following https://github.com/conda-forge/graph-tool-feedstock/commit/c000165852680992079c02539ca4213cba639375

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

h-vetinari commented 1 year ago

Linux builds timing out, but only on py<311...?

  CXX      src/graph/topology/graph_similarity.lo
  CXX      src/graph/topology/graph_similarity_imp.lo
[nothing after that]

Looking at the successful run for py311, that one object did take >20 minutes though!

2023-10-03T04:35:10.1747625Z   CXX      src/graph/topology/graph_similarity.lo
2023-10-03T04:35:17.7464222Z   CXX      src/graph/topology/graph_similarity_imp.lo
2023-10-03T04:56:03.6827838Z   CXX      src/graph/topology/graph_subgraph_isomorphism.lo

So perhaps it's running out of memory...

At least the OSX builds are fine now...

stuarteberg commented 1 year ago

Thanks, @h-vetinari!