From a8e94d7097a623eb34527d292cb5df8743ded34b Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 3 Sep 2026 16:05:24 +0500 Subject: [PATCH] Remove ifcgeom_schema_agnostic references Removed long time ago during refactor ccde605 --- .github/workflows/ci.yml | 1 - README.md | 1 - conda/recipe.yaml | 5 ----- 3 files changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc691aec22..aa4619d9cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: - 'src/ifcblender/**' - 'src/ifcconvert/**' - 'src/ifcgeom/**' - - 'src/ifcgeom_schema_agnostic/**' - 'src/ifcgeomserver/**' - 'src/ifcmax/**' - 'src/ifc5d/**' diff --git a/README.md b/README.md index 1110cdcd0a..adedacaaa9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ The IfcOpenShell C++ codebase is split into multiple interal libraries: | Name | Description | License | | ------------------------- | --------------------------------------------------------------------- | ------------------- | | ifcgeom | Internal library for IfcOpenShell | LGPL-3.0-or-later\* | -| ifcgeom\_schema\_agnostic | Internal library for IfcOpenShell | LGPL-3.0-or-later\* | | ifcgeomserver | Internal library for IfcOpenShell | LGPL-3.0-or-later\* | | ifcparse | Internal library for IfcOpenShell | LGPL-3.0-or-later\* | | ifcwrap | Internal library for IfcOpenShell | LGPL-3.0-or-later\* | diff --git a/conda/recipe.yaml b/conda/recipe.yaml index cbd20fa199..c9d6cf665a 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -234,11 +234,6 @@ about: Internal library for IfcOpenShell LGPL-3.0-or-later* - - ifcgeom_schema_agnostic - Internal library for IfcOpenShell - LGPL-3.0-or-later* - ifcgeomserver Internal library for IfcOpenShell