From bd9cf81f1770818253d925aa8aeb06ea0fe69942 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 19 Apr 2024 14:48:57 -0500 Subject: [PATCH] wip Signed-off-by: Karl W Schulz --- .github/workflows/tarball.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index a61a1a29af..b5f0bb2a77 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -74,8 +74,7 @@ jobs: mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR}/omniperf \ - -DPYTHON_DEPS=${INSTALL_DIR}/python-libs \ - -DMOD_INSTALL_PATH=${INSTALL_DIR}/modulefiles .. + -DPYTHON_DEPS=${INSTALL_DIR}/python-libs .. - name: Install run: | cd omniperf-* @@ -93,7 +92,7 @@ jobs: test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_soc test -d $INSTALL_DIR/omniperf/libexec/omniperf/utils test -s $INSTALL_DIR/omniperf/share/omniperf/sample/vcopy.cpp - ## test -d $INSTALL_DIR/omniperf/share/omniperf/modulefiles + test -d $INSTALL_DIR/omniperf/share/omniperf/modulefiles - name: Query version (setting PYTHONPATH by hand) run: | export PYTHONPATH=${INSTALL_DIR}/python-libs:$PYTHONPATH