Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
6acd3e97
Commit
6acd3e97
authored
9 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
Added port file. Needs to improve the long description.
parent
31bb3981
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
moose-core
+1
-1
1 addition, 1 deletion
moose-core
moose-examples
+1
-1
1 addition, 1 deletion
moose-examples
scripts/Portfile
+50
-0
50 additions, 0 deletions
scripts/Portfile
with
52 additions
and
2 deletions
moose-core
@
26305688
Subproject commit
1d6208f2a5cbe7cc43ac2bfd1edf43c4ee385619
Subproject commit
263056886eb6223ce6851e92e8d1eb856e21fbd4
This diff is collapsed.
Click to expand it.
moose-examples
@
00942d24
Subproject commit
5ee6868b2796bdfd74c127cba6b7b5f35d5caed9
Subproject commit
00942d24fe21089d2aab4f5494d75d5126e5eb57
This diff is collapsed.
Click to expand it.
scripts/Portfile
0 → 100644
+
50
−
0
View file @
6acd3e97
# $Id$
PortSystem 1.0
name moose
version 3.0.2
categories science
platforms darwin
maintainers dilawars \
ncbs.res.in:dilawars
description MOOSE is the Multiscale Object-Oriented Simulation \
Environment.
long_description MOOSE is the Multiscale Object-Oriented Simulation \
Environment.
homepage http://moose.ncbs.res.in
fetch.type git
fetch.ignore_sslcert yes
git.url https://github.com/BhallaLab/moose-core
git.branch master
license GPL-3
depends_build port:cmake \
port:python27 \
port:gsl \
port:hdf5 \
depends_lib port:gsl \
port:hdf5 \
port:py27-matplotlib \
port:py27-numpy \
port:python27 \
set python_branch 2.7
configure.cmd {
mkdir -p _build
cd _build
cmake -DCMAKE_INSTALL_PREFIX=${prefix} ..
}
configure.args VERBOSE=1
configure.pre_args ""
configure.post_args ""
build.cmd cd _build && make
build.pre_args ""
build.post_args ""
test.cmd cd _build && ctest --output-on-failure
This diff is collapsed.
Click to expand it.
Preview
0%
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