Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libsharp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
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
Martin Reinecke
libsharp
Commits
0062d96a
Commit
0062d96a
authored
5 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Patches
Plain Diff
tweak libraries
parent
90f63915
No related branches found
No related tags found
1 merge request
!20
Name change to libsharp2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+4
-0
4 additions, 0 deletions
configure.ac
with
5 additions
and
1 deletion
Makefile.am
+
1
−
1
View file @
0062d96a
...
...
@@ -60,7 +60,7 @@ EXTRA_DIST = \
check_PROGRAMS
=
sharp2_testsuite
sharp2_testsuite_SOURCES
=
test
/sharp2_testsuite.c
test
/memusage.c
test
/memusage.h
sharp2_testsuite_LDADD
=
libsharp2.la
-lm
sharp2_testsuite_LDADD
=
libsharp2.la
TESTS
=
runtest.sh
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
4
−
0
View file @
0062d96a
...
...
@@ -22,6 +22,10 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC_C99
AC_OPENMP
# add math library
LIBS="-lm"
AC_PROG_LIBTOOL
tmpval=`echo $CFLAGS | grep -c '\-DMULTIARCH'`
...
...
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