Skip to content

Commit

Permalink
Update building clingo on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Sep 22, 2023
1 parent 2e92b82 commit b1a4790
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions clingo/scripts/install_clingo.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import sys

import archspec.cpu

import spack.bootstrap.config
import spack.main


CLINGO_BASE_SPEC = "clingo-bootstrap@spack +static_libstdcpp +optimized +ipo ~docs"

if sys.platform == "linux":
CLINGO_BASE_SPEC = "clingo-bootstrap@spack +static_libstdcpp +optimized +ipo ~docs"
else:
CLINGO_BASE_SPEC = "clingo-bootstrap@spack +optimized +ipo ~docs"

install = spack.main.SpackCommand('install')

Expand Down

0 comments on commit b1a4790

Please sign in to comment.