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
b75cdb28
Commit
b75cdb28
authored
Jun 26, 2014
by
Miroslav Shaltev
Browse files
Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:mirsha-s-repos/nomad
parents
75a9f5c2
b251783f
Changes
2
Hide whitespace changes
Inline
Side-by-side
nomad.pc.in
View file @
b75cdb28
...
...
@@ -7,4 +7,4 @@ Name: nomad
Version: @VERSION@
Description: NOMAD
Libs: ${libdir}/libnomad.a -lc -lm
Cflags: -I${includedir}
Cflags: -I${includedir}
/nomad
nomad.spec
0 → 100644
View file @
b75cdb28
%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