Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a2765cd338 | |||
| b740d4540a | |||
| 7f6f2254b8 | |||
| 5ab3f6dc94 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d3f3976bdf2f49fec4dc3a0c62c489d8a50a2d26b62721298997a884e9344e03
|
|
||||||
size 2711857
|
|
||||||
3
Fr-8.48.4.tar.bz2
Normal file
3
Fr-8.48.4.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99d6a4b0b458032d75c0610544e55e6bac0ce272a8385a6065a43c8c50bb11cc
|
||||||
|
size 2710795
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 10 14:38:51 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Pass CMAKE_C_STANDARD=17 to cmake to fix builds with GCC 15.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 06:10:15 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 8.48.4:
|
||||||
|
* No release notes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 6 11:09:55 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
Sat Apr 6 11:09:55 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package framel
|
# spec file for package framel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%define python_subpackage_only 1
|
%define python_subpackage_only 1
|
||||||
%define shlib lib%{name}8
|
%define shlib lib%{name}8
|
||||||
Name: framel
|
Name: framel
|
||||||
Version: 8.47.3
|
Version: 8.48.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to manipulate Gravitational Wave Detector data in frame format
|
Summary: Library to manipulate Gravitational Wave Detector data in frame format
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@@ -81,6 +81,7 @@ mkdir ../$python
|
|||||||
cp -pr ./ ../$python
|
cp -pr ./ ../$python
|
||||||
pushd ../$python
|
pushd ../$python
|
||||||
%cmake \
|
%cmake \
|
||||||
|
-DCMAKE_C_STANDARD=17 \
|
||||||
-DENABLE_C:BOOL=ON \
|
-DENABLE_C:BOOL=ON \
|
||||||
-DENABLE_PYTHON:BOOL=ON \
|
-DENABLE_PYTHON:BOOL=ON \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}/%{name} \
|
-DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}/%{name} \
|
||||||
|
|||||||
Reference in New Issue
Block a user