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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
f6066f7b
Commit
f6066f7b
authored
Feb 3, 2001
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
dc66de55
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
utils/gmsh_fltk.spec
+53
-0
53 additions, 0 deletions
utils/gmsh_fltk.spec
utils/gmsh_motif.spec
+2
-2
2 additions, 2 deletions
utils/gmsh_motif.spec
with
55 additions
and
2 deletions
utils/gmsh_fltk.spec
0 → 100644
+
53
−
0
View file @
f6066f7b
Summary: A 3D mesh generator with pre- and post-processing facilities
Name: gmsh
Version: 1.10
Source: gmsh-1.10.tar.gz
Release: 1
Copyright: distributable
Group: Applications/Engineering
URL: http://www.geuz.org/gmsh/
Packager: Christophe.Geuzaine@AdValvas.be
Buildroot: /var/tmp/%{name}-buildroot
Requires: Mesa >= 3.0
%description
Gmsh is an automatic three-dimensional mesh generator, primarily
Delaunay, with 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 libraries to be installed on your
system.
Install Gmsh if you need a simple 3D finite element mesh generator.
%prep
%setup -c -q
%build
make fltk_linux_2952
#make fltk_linux
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/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/FORMATS demos tutorial
/usr/bin/gmsh
/usr/bin/dxf2geo
/usr/man/man1/gmsh*
This diff is collapsed.
Click to expand it.
utils/gmsh.spec
→
utils/gmsh
_motif
.spec
+
2
−
2
View file @
f6066f7b
...
@@ -27,8 +27,8 @@ Install Gmsh if you need a simple 3D finite element mesh generator.
...
@@ -27,8 +27,8 @@ Install Gmsh if you need a simple 3D finite element mesh generator.
%setup -c -q
%setup -c -q
%build
%build
make
linux-rpm
make
motif_linux_2952
make utils
make util
itie
s
rm -rf CVS */CVS */*/CVS
rm -rf CVS */CVS */*/CVS
%install
%install
...
...
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