Skip to content
Snippets Groups Projects
Commit aa261ed5 authored by Joe Garcia's avatar Joe Garcia
Browse files

platformdirs and cmake3 link

parent 3c74c05d
No related branches found
No related tags found
No related merge requests found
...@@ -10135,6 +10135,7 @@ mk_pint() { ...@@ -10135,6 +10135,7 @@ mk_pint() {
simple_py_install src/optional/importlib_metadata-*.gz || oops 'importlib metadata did not install' simple_py_install src/optional/importlib_metadata-*.gz || oops 'importlib metadata did not install'
simple_py_install src/optional/flexcache-*.gz || oops 'flexcache did not install' simple_py_install src/optional/flexcache-*.gz || oops 'flexcache did not install'
simple_py_install src/optional/flexparser-*.gz || oops 'flexparser did not install' simple_py_install src/optional/flexparser-*.gz || oops 'flexparser did not install'
simple_py_install src/optional/platformdirs-* || oops "platformdirs did not install"
   
make_patch Pint <<PATCH make_patch Pint <<PATCH
--- pint/matplotlib.py 2019-01-12 17:30:30.000000000 -0600 --- pint/matplotlib.py 2019-01-12 17:30:30.000000000 -0600
...@@ -13546,6 +13547,9 @@ SCRIPT ...@@ -13546,6 +13547,9 @@ SCRIPT
CMAKE_PREFIX_PATH=${BASE} _configure_make_install cmake src/sys/cmake-${CMAKECOMPATVER}.tar.* cmake-${CMAKECOMPATVER} --init=../cmake_conf.ini \ CMAKE_PREFIX_PATH=${BASE} _configure_make_install cmake src/sys/cmake-${CMAKECOMPATVER}.tar.* cmake-${CMAKECOMPATVER} --init=../cmake_conf.ini \
${CMAKEEXTRA} --parallel=$( preferred_threadcount ) ${CMAKEEXTRA} --parallel=$( preferred_threadcount )
fi fi
make_frameworklinks
ln -s cmake bin/cmake3
return 0
} }
   
mk_idl() { mk_idl() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment