Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37729624
en ru br
ALT Linux repos
S:0.1.1-alt1

Group :: Development/Tools
RPM: fortranposix

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fortranposix
Version: 0.1.1
Release: alt1
Summary: Makes system calls on Linux and Unix like systems available to Fortran programs
License: LGPLv2.1+
Group: Development/Tools
Url: http://sourceforge.net/projects/fortranposix/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: %name-%version.tar

BuildPreReq: gcc-fortran

%description
This is an implementation of some POSIX functions in Fortran 90/95.

%package -n lib%name
Summary: Shared library of fortranposix
Group: System/Libraries

%description -n lib%name
This is an implementation of some POSIX functions in Fortran 90/95.

%prep
%setup
rm -f *.so

%build
%make_build

%install
install -d %buildroot%_libdir
install -m644 *.so %buildroot%_libdir

%files -n lib%name
%doc CHANGES CREDITS README TODO
%doc Makefile *.f90 *.c
%_libdir/*.so

%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