Compare commits

...

5 Commits
rawhide ... f37

Author SHA1 Message Date
Gabriel Somlo 0015e7c7cf update to newer snapshot 2023-02-26 13:40:11 -05:00
Gabriel Somlo a2d722fe2d update to newer snapshot 2023-02-15 16:32:35 -05:00
Gabriel Somlo 5b26c24497 update to new snapshot 2022-11-11 08:03:24 -05:00
Gabriel Somlo 47ceb98ee9 Update to newer snapshot 2022-10-07 14:21:43 -04:00
Gabriel Somlo 6e88ebfc25 update to new snapshot 2022-08-22 07:17:05 -04:00
3 changed files with 33 additions and 6 deletions

5
.gitignore vendored
View File

@ -19,3 +19,8 @@
/prjtrellis-64b38df.tar.gz
/prjtrellis-db-35d900a.tar.gz
/prjtrellis-7a2e9ed.tar.gz
/prjtrellis-98e0ea3.tar.gz
/prjtrellis-5e51529.tar.gz
/prjtrellis-35f5aff.tar.gz
/prjtrellis-0c522ce.tar.gz
/prjtrellis-f767e56.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (prjtrellis-7a2e9ed.tar.gz) = 4c726ad63b3e66da0f7a6eaf8a0be54278aa5076120564a594a7b3c9490c57c11f21a4deb211860a69b2075a20e58377bfd2c479e58ca600c13773a0c71fd6bc
SHA512 (prjtrellis-db-35d900a.tar.gz) = 21e3a6ea386af610fdff4124151ebe98cb0ad75be641b641fa1f52ef0fd521feb289628d156cdcf69e209fdcdb9c65aeb3226128dd652c8ae3fb2cb7f3aa4389
SHA512 (prjtrellis-f767e56.tar.gz) = 218154d5d5d91d659ebda77699795fd4afee32d139336223525d756af6197133d83951c0959018101b29aadd95519ac1a98166133edaf68210d819cc1467203b

View File

@ -1,16 +1,16 @@
%global commit0 7a2e9ed8a7d145251f5720a43229ee77de637d4a
%global commit0 f767e56e06c94692df6cfcab56f2af222a7d85b9
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global commit1 35d900a94ff0db152679a67bf6e4fbf40ebc34aa
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%global snapdate 20220705
%global snapdate 20230226
%global __python %{__python3}
Name: trellis
Version: 1.2.1
Release: 9.%{snapdate}git%{shortcommit0}%{?dist}
Release: 16.%{snapdate}git%{shortcommit0}%{?dist}
Summary: Lattice ECP5 FPGA bitstream creation/analysis/programming tools
License: ISC
URL: https://github.com/YosysHQ/prj%{name}
@ -22,7 +22,7 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: python3-devel
BuildRequires: boost-python3-devel
BuildRequires: pybind11-devel
#BuildRequires: pybind11-devel
# for building docs:
BuildRequires: python3-sphinx-latex
BuildRequires: python3-recommonmark
@ -73,8 +73,8 @@ find . -name \.gitignore -delete
# disable LTO to allow building for f33 rawhide (BZ 1865586):
%define _lto_cflags %{nil}
%cmake libtrellis \
-DPYBIND11_INCLUDE_DIR="/usr/include/pybind11/" \
-DCURRENT_GIT_VERSION=%{version}-%{release}
# -DPYBIND11_INCLUDE_DIR="/usr/include/pybind11/" \
%cmake_build
%make_build -C docs latexpdf
# build manpages:
@ -117,6 +117,28 @@ install -Dpm644 -t %{buildroot}%{_mandir}/man1 man1/*
%{_datadir}/%{name}/database
%changelog
* Sun Feb 26 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-16.20230226gitf767e56
- Update to newer snapshot
- Temp. use bundled pybind11 (https://github.com/pybind/pybind11/issues/4529)
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 1.2.1-15.20230215git0c522ce
- Rebuilt for Boost 1.81
* Wed Feb 15 2023 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-14.20230215git0c522ce
- Update to newer snapshot
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-13.20221109git35f5aff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Nov 09 2022 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-12.20221109git35f5aff
- Update to newer snapshot
* Thu Oct 06 2022 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-11.20221006git5e51529
- Update to newer snapshot
* Sun Aug 21 2022 Gabriel Somlo <gsomlo@gmail.com> - 1.2.1-10.20220821git98e0ea3
- Update to newer snapshot
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-9.20220705git7a2e9ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild