Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
a0709f55
Commit
a0709f55
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Not GPL yet
parent
cd25ab89
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
utils/gmsh-gpl.spec
+56
-0
56 additions, 0 deletions
utils/gmsh-gpl.spec
utils/gmsh.spec
+2
-2
2 additions, 2 deletions
utils/gmsh.spec
with
58 additions
and
2 deletions
utils/gmsh-gpl.spec
0 → 100644
+
56
−
0
View file @
a0709f55
Summary: A 3D mesh generator with pre- and post-processing facilities
Name: gmsh
# Version: 1.0
Version: %{gmshversion}
Source: gmsh-%{version}.tar.gz
Release: 1
Copyright: GPL
Group: Applications/Engineering
URL: http://www.geuz.org/gmsh/
Packager: geuz@geuz.org
Buildroot: /var/tmp/%{name}-buildroot
Requires: Mesa >= 3.2
%description
Gmsh is an automatic three-dimensional finite element mesh generator,
primarily Delaunay, with built-in pre- and post-processing
facilities. Its primal goal is to provide a simple meshing tool for
academic test cases with parametric input and up to date visualization
capabilities. One of the strengths of Gmsh is its ability to respect
a characteristic length field for the generation of adapted meshes on
lines, surfaces and volumes. Gmsh requires OpenGL (or Mesa) to be
installed on your system.
Install Gmsh if you need a simple 3D finite element mesh generator
and/or post-processor.
%prep
%setup -c -q
%build
make distrib-linux-gcc-2.95
make utilities
rm -rf CVS */CVS */*/CVS
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/usr/man/man1
install -m 755 bin/gmsh $RPM_BUILD_ROOT/usr/bin/gmsh
install -m 755 bin/gmsh-batch $RPM_BUILD_ROOT/usr/bin/gmsh-batch
install -m 755 bin/dxf2geo $RPM_BUILD_ROOT/usr/bin/dxf2geo
install -m 644 doc/gmsh.1 $RPM_BUILD_ROOT/usr/man/man1/gmsh.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc doc/COPYING doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS demos tutorial
/usr/bin/gmsh
/usr/bin/gmsh-batch
/usr/bin/dxf2geo
/usr/man/man1/gmsh*
This diff is collapsed.
Click to expand it.
utils/gmsh.spec
+
2
−
2
View file @
a0709f55
...
@@ -4,7 +4,7 @@ Name: gmsh
...
@@ -4,7 +4,7 @@ Name: gmsh
Version: %{gmshversion}
Version: %{gmshversion}
Source: gmsh-%{version}.tar.gz
Source: gmsh-%{version}.tar.gz
Release: 1
Release: 1
Copyright:
GPL
Copyright:
distributable
Group: Applications/Engineering
Group: Applications/Engineering
URL: http://www.geuz.org/gmsh/
URL: http://www.geuz.org/gmsh/
Packager: geuz@geuz.org
Packager: geuz@geuz.org
...
@@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%files
%defattr(-,root,root)
%defattr(-,root,root)
%doc
doc/COPYING
doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS demos tutorial
%doc doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS demos tutorial
/usr/bin/gmsh
/usr/bin/gmsh
/usr/bin/gmsh-batch
/usr/bin/gmsh-batch
/usr/bin/dxf2geo
/usr/bin/dxf2geo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment