Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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 Kurečka
Plumed AlphaFold
Commits
65b6d0d6
There was an error fetching the commit references. Please try again later.
Commit
65b6d0d6
authored
8 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.3'
parents
edc53f1f
9eded203
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
.travis.yml
+12
-6
12 additions, 6 deletions
.travis.yml
macports/Portfile.in
+2
-1
2 additions, 1 deletion
macports/Portfile.in
with
14 additions
and
7 deletions
.travis.yml
+
12
−
6
View file @
65b6d0d6
...
@@ -51,6 +51,10 @@ matrix:
...
@@ -51,6 +51,10 @@ matrix:
-
os
:
osx
-
os
:
osx
osx_image
:
xcode7.3
osx_image
:
xcode7.3
env
:
PLUMED_MACPORTS="plumed +allmodules"
env
:
PLUMED_MACPORTS="plumed +allmodules"
# osx serial macports debug variant
-
os
:
osx
osx_image
:
xcode8.2
env
:
PLUMED_MACPORTS="plumed +allmodules"
# I don't put any mpi variant with macports since it takes too long to compile
# I don't put any mpi variant with macports since it takes too long to compile
## This command can be used to allow failures:
## This command can be used to allow failures:
## allow_failures:
## allow_failures:
...
@@ -105,10 +109,14 @@ install:
...
@@ -105,10 +109,14 @@ install:
# - if test -n "$PLUMED_MACPORTS" ; then wget https://distfiles.macports.org/MacPorts/MacPorts-2.3.4.tar.bz2 && tar xvfj MacPorts-2.3.4.tar.bz2 ; fi
# - if test -n "$PLUMED_MACPORTS" ; then wget https://distfiles.macports.org/MacPorts/MacPorts-2.3.4.tar.bz2 && tar xvfj MacPorts-2.3.4.tar.bz2 ; fi
# - if test -n "$PLUMED_MACPORTS" ; then cd MacPorts-2.3.4 && ./configure && sudo make install && cd - && sudo rm -fr MacPorts-2.3.4 ; fi
# - if test -n "$PLUMED_MACPORTS" ; then cd MacPorts-2.3.4 && ./configure && sudo make install && cd - && sudo rm -fr MacPorts-2.3.4 ; fi
# install macports from binary (faster):
# install macports from binary (faster):
-
if test -n "$PLUMED_MACPORTS" ; then wget https://distfiles.macports.org/MacPorts/MacPorts-2.4.1-10.11-ElCapitan.pkg ; fi
-
if test -n "$PLUMED_MACPORTS" ; then OSX_VERSION="$(sw_vers -productVersion | sed 's/\.[^\.]*$//')" ; fi
-
if test -n "$PLUMED_MACPORTS" ; then sudo installer -pkg MacPorts-2.4.1-10.11-ElCapitan.pkg -target / ; fi
-
MACPORTS_PKG=MacPorts-2.4.1-10.11-ElCapitan.pkg
-
if test "$OSX_VERSION" == 10.12 ; then MACPORTS_PKG=MacPorts-2.4.1-10.12-Sierra.pkg ; fi
-
echo "$MACPORTS_PKG"
-
if test -n "$PLUMED_MACPORTS" ; then wget https://distfiles.macports.org/MacPorts/$MACPORTS_PKG ; fi
-
if test -n "$PLUMED_MACPORTS" ; then sudo installer -pkg $MACPORTS_PKG -target / ; fi
-
if test -n "$PLUMED_MACPORTS" ; then export PATH=/opt/local/bin:$PATH ; fi
-
if test -n "$PLUMED_MACPORTS" ; then export PATH=/opt/local/bin:$PATH ; fi
-
if test -n "$PLUMED_MACPORTS" ; then sudo port -v selfupdate ; fi
-
if test -n "$PLUMED_MACPORTS" ; then sudo port
-N
-v selfupdate ; fi
-
if test -n "$PLUMED_MACPORTS" ; then make macports ; fi
-
if test -n "$PLUMED_MACPORTS" ; then make macports ; fi
-
if test -n "$PLUMED_MACPORTS" ; then ./.travis/config.macports.sh ; fi
-
if test -n "$PLUMED_MACPORTS" ; then ./.travis/config.macports.sh ; fi
...
@@ -131,9 +139,7 @@ script:
...
@@ -131,9 +139,7 @@ script:
-
if test "$PLUMED_CXX" ; then make install prefix="$HOME/opt" ; fi
-
if test "$PLUMED_CXX" ; then make install prefix="$HOME/opt" ; fi
# build using macports
# build using macports
# this is required for some misterious reason:
-
if test -n "$PLUMED_MACPORTS" ; then sudo port -N install $PLUMED_MACPORTS ; fi
-
if test -n "$PLUMED_MACPORTS" ; then sudo port install flex +universal ; fi
-
if test -n "$PLUMED_MACPORTS" ; then sudo port install $PLUMED_MACPORTS ; fi
# TEST:
# TEST:
-
if test "$VALGRIND" == yes ; then OPT=valgrind ; else OPT="" ; fi
-
if test "$VALGRIND" == yes ; then OPT=valgrind ; else OPT="" ; fi
...
...
This diff is collapsed.
Click to expand it.
macports/Portfile.in
+
2
−
1
View file @
65b6d0d6
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 123374 2014-08-08 21:53:07Z mojca@macports.org $
PortSystem 1.0
PortSystem 1.0
...
@@ -60,6 +59,8 @@ if {[mpi_variant_isset]} {
...
@@ -60,6 +59,8 @@ if {[mpi_variant_isset]} {
variant matheval description
{
Enable libmatheval
}
{
variant matheval description
{
Enable libmatheval
}
{
configure.args-replace --disable-matheval --enable-matheval
configure.args-replace --disable-matheval --enable-matheval
# this is needed due to a problem with libmatheval:
depends_lib-append port:flex
depends_lib-append port:libmatheval
depends_lib-append port:libmatheval
}
}
...
...
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