Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37728808
en ru br
ALT Linux repos
S:0.21-alt2

Group :: System/Libraries
RPM: libgdsii

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libgdsii
Summary: A C++ library for working with GDSII binary data files
Version: 0.21
Release: alt2
License: GPLv2
URL: https://github.com/HomerReid/libGDSII
Source: %name-%version.tar.gz
Group: System/Libraries

BuildRequires: gcc-c++

%description
libGDSII is a C++ library for working with GDSII binary data files,
intended primarily for use with the computational electromagnetism codes
scuff-em and meep but sufficiently general-purpose to allow other uses
as well.

The packages consists of

* a C++ library (libGDSII) with API functions for reading, processing,
and exporting GDSII files

%package devel
Group: Development/C++
Summary: Development files for %name
%description devel
%summary

%package -n GDSIIConvert
Group: Graphics
Summary: Reporting statistics on GDSII geometries and exporting them to other file formats
%description -n GDSIIConvert
A command-line executable code (GDSIIConvert) for reporting statistics
on GDSII geometries and exporting them to other file formats, notably
including the GMSH geometry format.

%prep
%setup

%build
%autoreconf
%configure
%make_build

%install
%makeinstall
install -D libGDSII-pkgconfig %buildroot%_pkgconfigdir/libGDSII.pc

rm -fv %buildroot%_libdir/*.a

%files
%doc README*
%_libdir/*.so.*

%files devel
%doc %_datadir/libGDSII
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*

%files -n GDSIIConvert
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin