Skip to content

Commit

Permalink
ci: fix Fedora downstream CI (#993)
Browse files Browse the repository at this point in the history
* Sync with downstream

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>

* Fix downstream tmt path

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>

---------

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Jun 5, 2023
1 parent 4eef05f commit d06e872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .distro/plans/main.fmf.dist-git
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
discover:
how: fmf
dist-git-source: true
path: .distro
14 changes: 6 additions & 8 deletions .distro/python-scikit-build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ BuildRequires: ninja-build

%global _description %{expand:
Improved build system generator for CPython C/C++/Fortran/Cython extensions.
Better support is available for additional compilers, build systems,
cross compilation, and locating dependencies
and determining their build requirements.
The scikit-build package is fundamentally just glue between
the setuptools Python module and CMake.
}
Better support is available for additional compilers, build systems, cross
compilation, and locating dependencies and determining their build requirements.
The scikit-build package is fundamentally just glue between the setuptools
Python module and CMake.}

%description %_description

Expand All @@ -52,7 +50,7 @@ Provides: bundled(cmake(UsePythonExtensions))


%prep
%autosetup -n scikit_build-%{version}
%autosetup -p1 -n scikit_build-%{version}


%generate_buildrequires
Expand All @@ -74,7 +72,7 @@ Provides: bundled(cmake(UsePythonExtensions))
export CFLAGS=' '
export CXXFLAGS=' '
# isolated tests are disabled because they require internet
%pytest -m "not isolated and not deprecated and not nosetuptoolsscm"
%pytest -v -m "not isolated and not deprecated and not nosetuptoolsscm"


%files -n python3-scikit-build -f %{pyproject_files}
Expand Down

0 comments on commit d06e872

Please sign in to comment.