#安装环境依赖包 RUN yum -y install gcc gcc-c++ ncurses ncurses-devel bison cmake make #创建运行用户 RUN useradd -M -s /sbin/nologin mysql #编译安装 ADD mysql-boost-5.7.20.tar.gz /opt WORKDIR /opt/mysql-5.7.20/ RUN cmake \ -DCMAKE_INSTALL_PREFIX=/usr/local/mysql \ -DMYSQL_UNI...
['openblas'], 'boost': ['1.82'], 'boost_cpp': ['1.82'], 'bzip2': ['1.0'], 'c_compiler_version': ['11.2.0'], 'cairo': ['1.16'], 'channel_targets': ['defaults'], 'clang_variant': ['clang'], 'cuda_compiler': ['cuda-nvcc'], 'cuda_compiler_version': ['12.4'], '...
locate python3.6 21 make clean 22 export CPLUS_INCLUDE_PATH=/usr/include/python2.7 23 export CPLUS_INCLUDE_PATH= 24 export CPLUS_INCLUDE_PATH=/root/anaconda3/include/python3.5m 25 make all 26 find / -name "pycaffe" 27 history 装的是python3.6,项目中用到boost相关代码,编译时找不到pyconfig...
- boost <0.0a0 # avoid co-installation with Anaconda's naming of this output - py-boost <0.0a0 test: @@ -303,8 +280,8 @@ outputs: - {{ pin_subpackage("libboost-python", exact=True) }} - {{ pin_subpackage("libboost-devel", exact=True) }} run_constrained: # make sure we ...
conda install muparser 建造 首先激活anaconda,然后 $ conda build framework 等一下 如果jsoncpp', poco和nexus不可用,请首先使用相同的技术来构建它们。 您可能需要重建boost()和muparser()。 GL和GLU库 有时GL和GLU库需要本地安装。 fedora: yum install -y mesa-libGLU-devel ubuntu: apt-get install free...
A conda-smithy repository for boost. Contribute to conda-forge/boost-feedstock development by creating an account on GitHub.
boost-cpp: max_pin: x.x.x libboost_devel: - '1.82' target_platform: - linux-aarch64 zip_keys: 11 changes: 4 additions & 7 deletions 11 .ci_support/linux_ppc64le_.yaml Original file line numberDiff line numberDiff line change @@ -1,9 +1,7 @@ boost_cpp: - 1.78.0 c_compil...
boost_cpp: - 1.78.0 c_compiler: - clang c_compiler_version: - '14' - '16' channel_sources: - conda-forge channel_targets: - conda-forge main cxx_compiler: - clangxx cxx_compiler_version: - '14' - '16' libboost_devel: - '1.82' macos_machine: - x86_64-apple-darwin13.4....
he04eaa7_2 conda-forge aws-c-sdkutils 0.1.11 h420beca_1 conda-forge aws-checksums 0.1.16 h420beca_1 conda-forge aws-crt-cpp 0.20.3 h247a981_4 conda-forge aws-sdk-cpp 1.10.57 h1a0519f_17 conda-forge blas 1.0 mkl anaconda blosc 1.21.3 h6c2663c_0 anaconda boost-cpp 1.84.0 h6...
./configure --prefix=$PREFIX --with-proto --with-boost-libdir=$PREFIX/lib make -j${CPU_COUNT} ${VERBOSE_AT} make install-strip cd .. ./autogen.sh ./configure --prefix=$PREFIX --with-pi --without-nanomsg make -j${CPU_COUNT} ${VERBOSE_AT} 30 changes: 14 additions & 16 deletion...