Skip to content

Repository files navigation

FunalabPorts

Local Portfile Repository for FunaLab.

What is here

How to use

Use this project as your Local Portfile Repository

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

Test whether your Macports can find your local repo.

% 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.

Install py-chainer (1.24.0) by MacPorts

% sudo port install py27-chainer

or

% sudo port upgrade py27-chainer

Install py-chainer (2.0.0) by MacPorts

% sudo port install py27-chainer2

Install cufflinks (2.2.1) by MacPorts

% 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

Install libSBMLSim (1.4.0) with Java, python, ruby and C# bindings by MacPorts

% sudo port install libsbmlsim +java +python27 +ruby +csharp

Have fun!

About

Local Portfile Repository for FunaLab.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages