Skip to content

Commit

Permalink
python-3.6.4: Install Meson
Browse files Browse the repository at this point in the history
Description [1]:

> Meson is an open source build system meant to be both extremely fast,
> and, even more importantly, as user friendly as possible.
>
> The main design point of Meson is that every moment a developer spends
> writing or debugging build definitions is a second wasted. So is every
> second spent waiting for the build system to actually start compiling
> code.

Unfortunately, MarIuX only ships Python 3.3, and it’s a pain to set up
Setuptools. Meson also requires the module *pathlib*, which is included
in the Python distribution since version 3.4.

So install Meson here, and adapt bee to use the package environment.

[1] [1] http://mesonbuild.com/index.html
  • Loading branch information
pmenzel committed Jan 5, 2018
1 parent b96743c commit a143f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-3.6.4-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ pip3 install scikit-learn
pip3 install seaborn
pip3 install metaseq
pip3 install Mako
pip3 install meson

0 comments on commit a143f98

Please sign in to comment.