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
00bdb464
Commit
00bdb464
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Fix utils/Makefile + fix rpm
parent
fcc22915
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+17
-7
17 additions, 7 deletions
Makefile
utils/Makefile
+2
-2
2 additions, 2 deletions
utils/Makefile
utils/gmsh.spec
+2
-2
2 additions, 2 deletions
utils/gmsh.spec
with
21 additions
and
11 deletions
Makefile
+
17
−
7
View file @
00bdb464
# $Id: Makefile,v 1.25
6
2003-02-11
17
:5
8
:4
4
geuzaine Exp $
# $Id: Makefile,v 1.25
7
2003-02-11
22
:5
0
:4
1
geuzaine Exp $
include
variables
...
...
@@ -110,13 +110,17 @@ minizip:
tar
jcvf gmsh-
`
date
"+%Y.%m.%d"
`
.tar.bz2
\
`
ls
Makefile
*
/Makefile
*
/
*
.[chyl]
*
/
*
.[ch]pp
*
/
*
.rc
*
/
*
.res
*
/
*
.ico
`
distrib-unix
:
distrib-unix
:
clean all package-unix
distrib-windows
:
clean all package-windows
distrib-mac
:
clean all package-mac
package-unix
:
rm
-rf
gmsh-
${
GMSH_RELEASE
}
mkdir
gmsh-
${
GMSH_RELEASE
}
strip bin/gmsh
cp
bin/gmsh gmsh-
${
GMSH_RELEASE
}
strip bin/gmsh-batch
cp
bin/gmsh-batch gmsh-
${
GMSH_RELEASE
}
cp
doc/COPYING doc/gmsh.1 doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS gmsh-
${
GMSH_RELEASE
}
cp
-R
tutorial gmsh-
${
GMSH_RELEASE
}
cp
-R
demos gmsh-
${
GMSH_RELEASE
}
...
...
@@ -127,7 +131,7 @@ distrib-unix:
gzip
gmsh-
${
GMSH_RELEASE
}
-
${
UNAME
}
.tar
mv
gmsh-
${
GMSH_RELEASE
}
-
${
UNAME
}
.tar.gz gmsh-
${
GMSH_RELEASE
}
-
${
UNAME
}
.tgz
distrib
-windows
:
package
-windows
:
strip bin/gmsh.exe
cp
bin/gmsh.exe ../gmsh-distrib
cp
doc/README.txt ../gmsh-distrib
...
...
@@ -148,7 +152,7 @@ distrib-windows:
rm
-rf
../gmsh-distrib/tutorial
rm
-rf
../gmsh-distrib/demos
distrib
-mac
:
package
-mac
:
rm
-rf
gmsh-
${
GMSH_RELEASE
}
mkdir
gmsh-
${
GMSH_RELEASE
}
mkdir
gmsh-
${
GMSH_RELEASE
}
/Gmsh.app
...
...
@@ -188,10 +192,16 @@ distrib-mac:
gmsh-
${
GMSH_RELEASE
}
/
*
/
*
.msh
tar
zcvf gmsh-
${
GMSH_RELEASE
}
-MacOSX
.tgz gmsh-
${
GMSH_RELEASE
}
rpm
:
rpm
old
:
tar
zcvf gmsh-
${
GMSH_RELEASE
}
.tar.gz
${
GMSH_SOURCES
}
mv
gmsh-
${
GMSH_RELEASE
}
.tar.gz /usr/src/redhat/SOURCES
rpm
-bb
--define
'gmshversion
${
GMSH_RELEASE
}
'
utils/gmsh.spec
cp
/usr/src/redhat/RPMS/i386/gmsh-
${
GMSH_RELEASE
}
-?.i386.rpm .
cp
/usr/src/redhat/BUILD/gmsh-
${
GMSH_RELEASE
}
/gmsh-
${
GMSH_RELEASE
}
-
${
UNAME
}
.tgz .
rpm
:
tar
zcvf gmsh-
${
GMSH_RELEASE
}
.tar.gz
${
GMSH_SOURCES
}
mv
gmsh-
${
GMSH_RELEASE
}
.tar.gz /usr/src/redhat/SOURCES
rpmbuild
-bb
--define
'gmshversion
${
GMSH_RELEASE
}
'
utils/gmsh.spec
cp
/usr/src/redhat/RPMS/i386/gmsh-
${
GMSH_RELEASE
}
-?.i386.rpm .
cp
/usr/src/redhat/BUILD/gmsh-
${
GMSH_RELEASE
}
/gmsh-
${
GMSH_RELEASE
}
-
${
UNAME
}
.tgz .
This diff is collapsed.
Click to expand it.
utils/Makefile
+
2
−
2
View file @
00bdb464
# $Id: Makefile,v 1.1
0
2003-02-11
08:54:59
geuzaine Exp $
# $Id: Makefile,v 1.1
1
2003-02-11
22:50:41
geuzaine Exp $
../
include
variables
include
../
variables
dxf2geo
:
dxf2geo.c message.c
${
CXX
}
${
OPT_FLAGS
}
-o
../bin/dxf2geo
-I
../DataStr
\
...
...
This diff is collapsed.
Click to expand it.
utils/gmsh.spec
+
2
−
2
View file @
00bdb464
...
...
@@ -4,7 +4,7 @@ Name: gmsh
Version: %{gmshversion}
Source: gmsh-%{version}.tar.gz
Release: 1
Copyright:
distributable
Copyright:
GPL
Group: Applications/Engineering
URL: http://www.geuz.org/gmsh/
Packager: geuz@geuz.org
...
...
@@ -30,7 +30,7 @@ and/or post-processor.
%setup -c -q
%build
make distrib-
linux-gcc-2.95
make distrib-
unix
make utilities
rm -rf CVS */CVS */*/CVS
...
...
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