Skip to content

Commit

Permalink
Remove direct links to GDAL/GEOS library, not needed in miniconda env…
Browse files Browse the repository at this point in the history
…ironments
  • Loading branch information
TheMadBug committed Jul 10, 2023
1 parent 6affcb6 commit ba35c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variantgrid/settings/env/james_keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
See https://bitbucket.org/sacgf/variantgrid/wiki/Annotation%20Setup
(test)
"""
GDAL_LIBRARY_PATH="/opt/homebrew/Cellar/gdal/3.6.4_4/lib/libgdal.32.3.6.4.dylib"
GEOS_LIBRARY_PATH="/opt/homebrew/Cellar/geos/3.11.2/lib/libgeos_c.1.17.2.dylib"
# GDAL_LIBRARY_PATH="/opt/homebrew/Cellar/gdal/3.6.4_4/lib/libgdal.32.3.6.4.dylib"
# GEOS_LIBRARY_PATH="/opt/homebrew/Cellar/geos/3.11.2/lib/libgeos_c.1.17.2.dylib"
# IMPORTANT : THE BELOW IMPORTS ARE USED TO APPLY THEIR RESPECTIVE SETTINGS VALUES
from variantgrid.settings.components.celery_settings import * # pylint: disable=wildcard-import, unused-wildcard-import
from variantgrid.settings.components.default_settings import * # pylint: disable=wildcard-import, unused-wildcard-import
Expand Down

0 comments on commit ba35c27

Please sign in to comment.