Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
miscmaths
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
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
miscmaths
Merge requests
!3
Dev c6 update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dev c6 update
dev_C6_update
into
jesper_development
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Matthew Webster
requested to merge
dev_C6_update
into
jesper_development
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
72b24d5f
Prev
Next
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
72b24d5f
Compile all with CXX11
· 72b24d5f
Matthew Webster
authored
4 years ago
Makefile
+
4
−
1
Options
@@ -7,7 +7,7 @@ PROJNAME = miscmaths
USRINCFLAGS
=
-I
${
INC_NEWMAT
}
-I
${
INC_BOOST
}
-I
${
INC_PROB
}
USRLDFLAGS
=
-L
${
LIB_NEWMAT
}
-L
${
LIB_PROB
}
USRCXXFLAGS
=
-std
=
c++11
USRCXXFLAGS
=
-std
=
c++11
OBJS
=
miscmaths.o optimise.o miscprob.o kernel.o histogram.o base2z.o t2z.o f2z.o minimize.o cspline.o sparse_matrix.o sparsefn.o rungekutta.o nonlin.o bfmatrix.o Simplex.o SpMatMatrices.o
@@ -26,3 +26,6 @@ libmiscmaths.a: ${OBJS}
%.o
:
%.cpp
$(
CXX11
)
-c
$(
CPPFLAGS
)
$(
CXXFLAGS
)
$<
-o
$@
%.o
:
%.cc
$(
CXX11
)
-c
$(
CPPFLAGS
)
$(
CXXFLAGS
)
$<
-o
$@
Loading