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
c536f299
Commit
c536f299
authored
9 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 3.0.2
parent
6393b1a5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+9
-0
9 additions, 0 deletions
NEWS
configure.ac
+9
-5
9 additions, 5 deletions
configure.ac
with
18 additions
and
5 deletions
NEWS
+
9
−
0
View file @
c536f299
2015-10-03
ALBERTA 3.0.2
Get rid of libltdl when --disable-fem-toolbox is "active" and get rid
of some compiler warnings when including the stuff into C++ code.
Some of the basis function implementations had a chance to return
a pointer to a local non-static buffer.
2014-05-07
ALBERTA 3.0.1
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
9
−
5
View file @
c536f299
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([alberta], [3.0.
1
], [Claus-Justus.Heine@IANS.Uni-Stuttgart.DE])
AC_INIT([alberta], [3.0.
2
], [Claus-Justus.Heine@IANS.Uni-Stuttgart.DE])
AC_CONFIG_SRCDIR([alberta/src/Common/alberta.h])
AC_CONFIG_MACRO_DIR([m4])
...
...
@@ -299,6 +299,9 @@ else
with_blas=no
fi
# Check if __attribute__((unused)) is supported
ALBERTA_CHECK_UNUSED
#
# Debugging. Should come first because if not set we can forget about
# ALBERTA_DEBUG_CFLAGS
...
...
@@ -616,10 +619,6 @@ AC_DEFINE([SIZEOF_DOF_FREE_UNIT],
[SIZEOF_LONG],
[size of the integer type used for DOF_FREE_UNIT])
# Check for libltdl
AC_CHECK_LIB([ltdl],[lt_dlinit])
AC_CHECK_HEADERS([ltdl.h])
# try do define HAVE_STRUCT_SIGACTION_SA_SIGACTION for SIGFPE-handler.
AC_CHECK_MEMBERS([struct sigaction.sa_sigaction],,,[#include <signal.h>])
...
...
@@ -667,10 +666,15 @@ ALBERTA_ENABLE_FLAG([graphics],
1,
ALBERTA_USE_GRAPHICS,
[SUBST cond define])
# Check for libltdl
AC_CHECK_LIB([ltdl],[lt_dlinit])
AC_CHECK_HEADERS([ltdl.h])
else
AM_CONDITIONAL(ALBERTA_USE_GRAPHICS, false)
AC_SUBST(ALBERTA_USE_GRAPHICS)
AC_DEFINE(ALBERTA_USE_GRAPHICS, 0, [])
AC_DEFINE(HAVE_LIBLTDL, 0, [])
AC_DEFINE(HAVE_LTDL_H, 0, [])
fi
if test "${ALBERTA_USE_GRAPHICS}" = 1; then
...
...
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