Skip to content
Snippets Groups Projects
Commit f4602311 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

don't include matheval in commercial releases
parent 614eaea7
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.343 2004-05-12 04:31:21 geuzaine Exp $ # $Id: Makefile,v 1.344 2004-05-12 18:36:21 geuzaine Exp $
# #
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -142,7 +142,7 @@ source: source-common ...@@ -142,7 +142,7 @@ source: source-common
source-commercial: source-common source-commercial: source-common
cd gmsh-${GMSH_VERSION} && rm -rf CVS */CVS */*/CVS */*/*/CVS */.globalrc\ cd gmsh-${GMSH_VERSION} && rm -rf CVS */CVS */*/CVS */*/*/CVS */.globalrc\
Triangle/triangle.* MathEval/*.{c,h} TODO *.spec doc/gmsh.html doc/FAQ\ MathEval Triangle/triangle.* TODO *.spec doc/gmsh.html doc/FAQ\
doc/README.cvs utils/commercial ${GMSH_VERSION_FILE} doc/README.cvs utils/commercial ${GMSH_VERSION_FILE}
cp -f utils/commercial/README gmsh-${GMSH_VERSION}/README cp -f utils/commercial/README gmsh-${GMSH_VERSION}/README
cp -f utils/commercial/LICENSE gmsh-${GMSH_VERSION}/doc/LICENSE cp -f utils/commercial/LICENSE gmsh-${GMSH_VERSION}/doc/LICENSE
......
This directory contains a modified version of GNU libmatheval This directory contains a modified version of GNU libmatheval.
Copyright (C) 1999, 2002, 2003 Aleksandar B. Samardzic Copyright (C) 1999, 2002, 2003 Aleksandar B. Samardzic
...@@ -15,7 +15,7 @@ of a mathematical function over single or multiple variables. This tree ...@@ -15,7 +15,7 @@ of a mathematical function over single or multiple variables. This tree
can be used later to evaluate a function for specified variable values, can be used later to evaluate a function for specified variable values,
to create a corresponding tree for the function derivative over a to create a corresponding tree for the function derivative over a
specified variable, or to write a textual tree representation to a specified variable, or to write a textual tree representation to a
specified string. The library exposes C and Fortran 77 interfaces. specified string.
BUGS BUGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment