Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ms-public
nomad
Commits
ee53fc77
Commit
ee53fc77
authored
May 17, 2014
by
Miroslav Shaltev
Browse files
initial minimal working rpm spec file
parent
b593daf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
nomad.spec
0 → 100644
View file @
ee53fc77
%define _prefix /usr
Name: nomad
Version: 3.6.1
Release: 1
Summary: NOMAD (Nonsmooth Optimization by Mesh Adaptive Direct Search)
License: LGPL
Group: science
Source: %{name}-%{version}.tar.gz
URL: https://www.gerad.ca/nomad/
Packager: Miroslav Shaltev <miroslav.shaltev@aei.mpg.de>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gcc-c++, autoconf, automake, doxygen, graphviz
#Requires:
Prefix: %{_prefix}
%description
NOMAD (Nonsmooth Optimization by Mesh Adaptive Direct Search)
%prep
%setup -q
%build
./autogen.sh
%configure
make
%makeinstall
%clean
#[ ${RPM_BUILD_ROOT} != "/" ] && rm -Rf ${RPM_BUILD_ROOT}
#rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}
%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/*
%{_includedir}/*
%{_libdir}/*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment