Local Portfile Repository for FunaLab.
- devel/protobuf31-cpp ... Portfile for Google Protocol Buffers v3.1.0
- devel/protobuf3-cpp-devel ... Portfile for Google Protocol Buffers v3.3.0
- gis/libpcl-devel ... Portfile for PCL v1.8.1
- lang/nim ... Portfile for nim v0.17.2
- python/py-backports-weakref ... Portfile for backports.weakref v1.0rc1
- python/py-binstruct ... Portfile for binstruct v1.0.1
- python/py-chainer ... Portfile for Chainer v1.24.0
- python/py-chainer2 ... Portfile for Chainer v2.0.0
- python/py-constraint ... Portfile for python-constraint v1.3.1
- python/py-cpplint ... Portfile for CppLint v1.3.0
- python/py-cupy ... Portfile for CuPy v1.0.0 (w/ patch #91)
- python/py-evic ... Portfile for Evic 176cf0b
- python/py-filelock ... Portfile for filelock v2.0.10
- python/py-hidapi ... Portfile for cython-hidapi 3530c94
- python/py-javabridge ... Portfile for python-javabridge 1.0.15
- python/py-lightgbm ... Portfile for LightGBM Python-package v2.3.0
- python/py-line_profiler ... Portfile for Line-by-line profiling for Python 2.1
- python/py-mock2 ... Portfile for mock v2.0.0
- python/py-nvim ... Portfile for pynvim v0.3.2
- python/py-protobuf31 ... Portfile for python binding of Google Protocol Buffers v3.1.0
- python/py-protobuf3-devel ... Portfile for python binding of Google Protocol Buffers v3.3.0
- python/py-pydstool ... Portfile for PyDSTool v0.90.2
- python/py-pyopt ... Portfile for pyOpt 20170325
- python/py-pysces ... Portfile for PySCeS v0.9.5
- python/py-sigopt ... Portfile for SigOpt Python API v2.10.0
- python/py-slackweb ... Portfile for slack-python-webhook v1.0.5
- python/py-smop ... Portfile for SMOP 4de6706
- python/py-xgboost ... Portfile for XGBoost Python Package v0.90
- science/cufflinks ... Portfile for Cufflinks v2.2.1
- science/libsbml-devel ... Portfile for libSBML v5.16.0 (supports building SBML Level 3 package extensions and language bindings)
- science/libsbmlsim ... Portfile for libSBMLSim v1.4.0 (supports building with language bindings)
- science/samtools0 ... Portfile for samtools v0.1.19 (because cufflinks requires samtools-0.x)
At first, clone this project.
% mkdir -p ~/git
% cd ~/git
% git clone https://github.com/funasoul/FunalabPorts
% cd FunalabPorts/
% portindex
Then, add this local repo. to your MacPorts.
% sudo chmod 644 /opt/local/etc/macports/sources.conf
% sudo vim /opt/local/etc/macports/sources.conf
# Add this following line (please change "yourname" as your username)
file:///Users/yourname/git/FunalabPorts
% sudo chmod a-w /opt/local/etc/macports/sources.conf
% port search chainer
py-chainer @1.1.1 (python)
A flexible framework of neural networks
py-chainer @1.24.0 (python) # <== OK!
A flexible framework of neural networks
py-chainer2 @2.0.0 (python) # <== OK!
A flexible framework of neural networks
py27-chainer @1.1.1 (python)
A flexible framework of neural networks
py27-chainer @1.24.0 (python) # <== OK!
A flexible framework of neural networks
py27-chainer2 @2.0.0 (python) # <== OK!
A flexible framework of neural networks
py34-chainer @1.1.1 (python)
A flexible framework of neural networks
py34-chainer @1.24.0 (python) # <== OK!
A flexible framework of neural networks
py35-chainer2 @2.0.0 (python) # <== OK!
A flexible framework of neural networks
py36-chainer2 @2.0.0 (python) # <== OK!
A flexible framework of neural networks
Found 10 ports.
% sudo port install py27-chainer
or
% sudo port upgrade py27-chainer
% sudo port install py27-chainer2
% sudo port install cufflinks
or
% sudo port upgrade cufflinks
Install libSBML (5.16.0) with python and Java binding and SBML Level 3 package extensions by MacPorts
% sudo port install libsbml-devel +spatial +python27 +java
% sudo port install libsbmlsim +java +python27 +ruby +csharp
Have fun!