~ruther/guix-local

54e122c13dc30ff820f9eb0f3e028c21ee1e911c — Liliana Marie Prikler 2 years ago 9bb8f6b
gnu: python-clingo-dl: Fix build.

* gnu/packages/potassco.scm (python-clingo-dl)[#:configure-flags]: Add flag for
CMAKE_MODULE_PATH.
[native-inputs]: Add python-scikit-build.
1 files changed, 7 insertions(+), 1 deletions(-)

M gnu/packages/potassco.scm
M gnu/packages/potassco.scm => gnu/packages/potassco.scm +7 -1
@@ 411,7 411,11 @@ Python code.")))
    (version (package-version clingo-dl))
    (arguments
     (list
      #:configure-flags #~'("-DPYCLINGODL_ENABLE=pip")
      #:configure-flags
      #~(list "-DPYCLINGODL_ENABLE=pip"
              (string-append "-DCMAKE_MODULE_PATH="
                             #$(this-package-native-input "python-scikit-build")
                             "/lib/cmake/modules"))
      #:tests? #f
      #:imported-modules  `(,@%cmake-build-system-modules
                            (guix build python-build-system))


@@ 433,6 437,8 @@ Python code.")))
    (inputs (modify-inputs (package-inputs clingo-dl)
              (prepend python-wrapper)))
    (propagated-inputs (list python-clingo python-cffi))
    (native-inputs (modify-inputs (package-native-inputs clingo-dl)
                     (prepend python-scikit-build)))
    (synopsis "Python bindings for clingo-dl")
    (description "This package allows users to add the clingo-dl propagator
as a theory to clingo from Python code.  It also supports running clingo-dl