Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
0d918fc7
Commit
0d918fc7
authored
21 years ago
by
Daniel Koester
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a few bugs in memory.c and lagrange_3_3d.c.
parent
ff1f2c76
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+3
-0
3 additions, 0 deletions
Makefile.am
configure.ac
+9
-1
9 additions, 1 deletion
configure.ac
with
12 additions
and
1 deletion
Makefile.am
+
3
−
0
View file @
0d918fc7
...
...
@@ -2,6 +2,9 @@ SUBDIRS = gnu-compat ALBERTA_UTIL SOLVER PLOT_ANSI ALBERTA
if
GRAPE
SUBDIRS
+=
GRAPE
endif
if
HAVE_SILO
SUBDIRS
+=
MESHTV
endif
ACLOCAL_AMFLAGS
=
-I
./m4
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
9
−
1
View file @
0d918fc7
...
...
@@ -14,6 +14,9 @@ AC_CONFIG_FILES([Makefile ALBERTA_UTIL/Makefile
GRAPE/mesh/2d/Makefile
GRAPE/mesh/3d/Makefile
GRAPE/mesh/Common/Makefile
MESHTV/Makefile
MESHTV/2d/Makefile
MESHTV/3d/Makefile
SOLVER/Makefile SOLVER/src/Makefile
PLOT_ANSI/Makefile PLOT_ANSI/src/Makefile
DEMO/src/Makefile
...
...
@@ -216,6 +219,11 @@ dnl GRAPE interface stuff
dnl
ALBERTA_GRAPE_STUFF
dnl
dnl MeshTV interface stuff
dnl
ALBERTA_CHECK_PACKAGE(silo, silo, ,, silo.h, , ,optional)
#
# EL_INDEX
#
...
...
@@ -232,7 +240,7 @@ dnl NOTA BENE: using NEIGH_IN_EL=1 is probably buggy.], 0)
SIMPLE_ENABLE_FLAG([debug], [disable building of ALBERTA libraries with debugging information.], 1)
# building of all versions is enabled by default, but can be
# disabled using --disable-D
IM
-dimension switches (the macros
# disabled using --disable-D
OW
-dimension switches (the macros
# below do _not_ disable the builds, but simply implement
# AC_ARG_ENABLE() stuff
#
...
...
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