Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37732206
en ru br
Репозитории ALT

Группа :: Разработка/C++
Пакет: libghc_filesystem

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%def_with test

Name: libghc_filesystem
Version: 1.5.14
Release: alt1

Summary: An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20

License: MIT
Group: Development/C++
Url: https://github.com/gulrak/filesystem

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/gulrak/filesystem/archive/refs/tags/v%version.tar.gz

Source: %name-%version.tar

BuildRequires(pre): rpm-macros-cmake
BuildRequires: cmake
BuildRequires: gcc-c++

BuildRequires: libgtest-devel libgmock-devel ctest

%description
An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20.

%package devel
Summary: An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20
Group: Development/C++

%description devel
An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20.

%prep
%setup

%build
%cmake_insource -DCMAKE_BUILD_TYPE=RelWithDebInfo \
   -DCMAKE_CXX_STANDARD=17 \
%if_with test
   -DGHC_FILESYSTEM_BUILD_TESTING=ON \
%endif
   %nil

%make_build

%install
%makeinstall_std

%check
ctest

%files devel
%doc LICENSE README.md
%_includedir/ghc/
%_libdir/cmake/ghc_filesystem

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin