Giter VIP home page Giter VIP logo

Comments (1)

 avatar commented on June 5, 2024

Source code for installation

➜ pwd
/home/jian/workspace/pagmo2/build
➜ cmake ../ -DPAGMO_BUILD_TESTS=ON -DCMAKE_INSTALL_PREFIX=~/.local
-- The CXX compiler identification is GNU 9.4.0
-- The C compiler identification is GNU 9.4.0
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- System name: Linux
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include sys/wait.h
-- Looking for C++ include sys/wait.h - found
-- Looking for C++ include unistd.h
-- Looking for C++ include unistd.h - found
-- Looking for fork
-- Looking for fork - found
-- The fork_island UDI will be available.
-- '-fdiagnostics-color=auto': flag is supported by the compiler, enabling.
-- '-Waddress-of-packed-member': debug flag is supported by the compiler, enabling.
-- '-Wall': debug flag is supported by the compiler, enabling.
-- '-Wextra': debug flag is supported by the compiler, enabling.
-- '-Wnon-virtual-dtor': debug flag is supported by the compiler, enabling.
-- '-Wlogical-op': debug flag is supported by the compiler, enabling.
-- '-Wconversion': debug flag is supported by the compiler, enabling.
-- '-Wdeprecated': debug flag is supported by the compiler, enabling.
-- '-ftemplate-depth=1024': flag is supported by the compiler, enabling.
-- '-Wold-style-cast': debug flag is supported by the compiler, enabling.
-- '-pedantic-errors': debug flag is not supported by the compiler.
-- '-Wdisabled-optimization': debug flag is supported by the compiler, enabling.
-- '-ftemplate-backtrace-limit=0': debug flag is supported by the compiler, enabling.
-- '-fstack-protector-all': debug flag is supported by the compiler, enabling.
-- '-Wsuggest-attribute=pure': debug flag is supported by the compiler, enabling.
-- '-Wsuggest-attribute=const': debug flag is supported by the compiler, enabling.
-- '-Wsuggest-attribute=noreturn': debug flag is supported by the compiler, enabling.
-- '-Wsuggest-attribute=format': debug flag is supported by the compiler, enabling.
-- '-Wodr': debug flag is supported by the compiler, enabling.
-- '-Wsuggest-final-types': debug flag is supported by the compiler, enabling.
-- '-Wsuggest-final-methods': debug flag is supported by the compiler, enabling.
-- '-Wsuggest-override': debug flag is supported by the compiler, enabling.
-- '-Wshift-negative-value': debug flag is supported by the compiler, enabling.
-- '-Wshift-overflow=2': debug flag is supported by the compiler, enabling.
-- '-Wduplicated-cond': debug flag is supported by the compiler, enabling.
-- '-Wnull-dereference': debug flag is supported by the compiler, enabling.
-- '-Wrestrict': debug flag is supported by the compiler, enabling.
-- '-Waligned-new': debug flag is supported by the compiler, enabling.
-- '-Wcast-align=strict': debug flag is supported by the compiler, enabling.
-- '-fdiagnostics-show-template-tree': flag is supported by the compiler, enabling.
-- Activating the '-Wno-attributes' workaround for GCC >= 6.
-- '-Wno-attributes': flag is supported by the compiler, enabling.
-- Activating the '-Wno-maybe-uninitialized' workaround for GCC.
-- '-Wno-maybe-uninitialized': debug flag is supported by the compiler, enabling.
-- The C++ compiler ID is: GNU
-- YACMA autodetected C++ flags: -fdiagnostics-color=auto;-ftemplate-depth=1024;-fdiagnostics-show-template-tree;-Wno-attributes
-- YACMA autodetected C++ debug flags: -Waddress-of-packed-member;-Wall;-Wextra;-Wnon-virtual-dtor;-Wlogical-op;-Wconversion;-Wdeprecated;-Wold-style-cast;-Wdisabled-optimization;-ftemplate-backtrace-limit=0;-fstack-protector-all;-Wsuggest-attribute=pure;-Wsuggest-attribute=const;-Wsuggest-attribute=noreturn;-Wsuggest-attribute=format;-Wodr;-Wsuggest-final-types;-Wsuggest-final-methods;-Wsuggest-override;-Wshift-negative-value;-Wshift-overflow=2;-Wduplicated-cond;-Wnull-dereference;-Wrestrict;-Waligned-new;-Wcast-align=strict;-Wno-maybe-uninitialized
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Thread library: -pthread
-- POSIX threads detected.
-- Looking for pthread_setaffinity_np
-- Looking for pthread_setaffinity_np - found
-- Looking for pthread_getaffinity_np
-- Looking for pthread_getaffinity_np - found
-- POSIX threads affinity extensions detected.
-- The 'thread_local' keyword is supported.
-- Library installation directory: lib
-- TBB found using config mode.
-- Required Boost libraries: serialization;unit_test_framework
-- Found Boost: /home/jian/miniconda3/envs/threeML/lib/cmake/Boost-1.78.0/BoostConfig.cmake (found suitable version "1.78.0", minimum required is "1.68.0") found components: serialization unit_test_framework
-- Detected Boost version: 1.78.0
-- Boost include dirs: /home/jian/miniconda3/envs/threeML/include
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jian/workspace/pagmo2/build

➜ cmake --build .
Scanning dependencies of target pagmo
[  1%] Building CXX object CMakeFiles/pagmo.dir/src/islands/fork_island.cpp.o
[  1%] Building CXX object CMakeFiles/pagmo.dir/src/algorithm.cpp.o
[  2%] Building CXX object CMakeFiles/pagmo.dir/src/population.cpp.o
[  2%] Building CXX object CMakeFiles/pagmo.dir/src/problem.cpp.o
[  2%] Building CXX object CMakeFiles/pagmo.dir/src/bfe.cpp.o
[  3%] Building CXX object CMakeFiles/pagmo.dir/src/island.cpp.o
[  3%] Building CXX object CMakeFiles/pagmo.dir/src/archipelago.cpp.o
[  4%] Building CXX object CMakeFiles/pagmo.dir/src/io.cpp.o
[  4%] Building CXX object CMakeFiles/pagmo.dir/src/rng.cpp.o
[  4%] Building CXX object CMakeFiles/pagmo.dir/src/threading.cpp.o
[  5%] Building CXX object CMakeFiles/pagmo.dir/src/topology.cpp.o
[  5%] Building CXX object CMakeFiles/pagmo.dir/src/r_policy.cpp.o
[  6%] Building CXX object CMakeFiles/pagmo.dir/src/s_policy.cpp.o
[  6%] Building CXX object CMakeFiles/pagmo.dir/src/problems/null_problem.cpp.o
[  6%] Building CXX object CMakeFiles/pagmo.dir/src/problems/cec2006.cpp.o
[  7%] Building CXX object CMakeFiles/pagmo.dir/src/problems/cec2009.cpp.o
[  7%] Building CXX object CMakeFiles/pagmo.dir/src/problems/schwefel.cpp.o
[  8%] Building CXX object CMakeFiles/pagmo.dir/src/problems/rosenbrock.cpp.o
[  8%] Building CXX object CMakeFiles/pagmo.dir/src/problems/hock_schittkowsky_71.cpp.o
[  9%] Building CXX object CMakeFiles/pagmo.dir/src/problems/inventory.cpp.o
[  9%] Building CXX object CMakeFiles/pagmo.dir/src/problems/zdt.cpp.o
[  9%] Building CXX object CMakeFiles/pagmo.dir/src/problems/dtlz.cpp.o
[ 10%] Building CXX object CMakeFiles/pagmo.dir/src/problems/unconstrain.cpp.o
[ 10%] Building CXX object CMakeFiles/pagmo.dir/src/problems/translate.cpp.o
[ 11%] Building CXX object CMakeFiles/pagmo.dir/src/problems/decompose.cpp.o
[ 11%] Building CXX object CMakeFiles/pagmo.dir/src/problems/golomb_ruler.cpp.o
[ 11%] Building CXX object CMakeFiles/pagmo.dir/src/problems/lennard_jones.cpp.o
[ 12%] Building CXX object CMakeFiles/pagmo.dir/src/problems/ackley.cpp.o
[ 12%] Building CXX object CMakeFiles/pagmo.dir/src/problems/griewank.cpp.o
[ 13%] Building CXX object CMakeFiles/pagmo.dir/src/problems/rastrigin.cpp.o
[ 13%] Building CXX object CMakeFiles/pagmo.dir/src/problems/minlp_rastrigin.cpp.o
[ 13%] Building CXX object CMakeFiles/pagmo.dir/src/problems/luksan_vlcek1.cpp.o
[ 14%] Building CXX object CMakeFiles/pagmo.dir/src/problems/wfg.cpp.o
[ 14%] Building CXX object CMakeFiles/pagmo.dir/src/problems/cec2013.cpp.o
[ 15%] Building CXX object CMakeFiles/pagmo.dir/src/problems/cec2013_data.cpp.o
[ 15%] Building CXX object CMakeFiles/pagmo.dir/src/problems/cec2014.cpp.o
[ 15%] Building CXX object CMakeFiles/pagmo.dir/src/problems/cec2014_data.cpp.o
[ 16%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/null_algorithm.cpp.o
[ 16%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/de.cpp.o
[ 17%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/pso.cpp.o
[ 17%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/not_population_based.cpp.o
[ 17%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/compass_search.cpp.o
[ 18%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/mbh.cpp.o
[ 18%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/cstrs_self_adaptive.cpp.o
[ 19%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/pso_gen.cpp.o
[ 19%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/ihs.cpp.o
[ 19%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/sade.cpp.o
[ 20%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/bee_colony.cpp.o
[ 20%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/sea.cpp.o
[ 21%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/sga.cpp.o
[ 21%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/simulated_annealing.cpp.o
[ 21%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/moead.cpp.o
[ 22%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/nsga2.cpp.o
[ 22%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/gaco.cpp.o
[ 23%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/de1220.cpp.o
[ 23%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/gwo.cpp.o
[ 23%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/maco.cpp.o
[ 24%] Building CXX object CMakeFiles/pagmo.dir/src/algorithms/nspso.cpp.o
[ 24%] Building CXX object CMakeFiles/pagmo.dir/src/islands/thread_island.cpp.o
[ 25%] Building CXX object CMakeFiles/pagmo.dir/src/batch_evaluators/default_bfe.cpp.o
[ 25%] Building CXX object CMakeFiles/pagmo.dir/src/batch_evaluators/member_bfe.cpp.o
[ 25%] Building CXX object CMakeFiles/pagmo.dir/src/batch_evaluators/thread_bfe.cpp.o
[ 26%] Building CXX object CMakeFiles/pagmo.dir/src/topologies/base_bgl_topology.cpp.o
[ 26%] Building CXX object CMakeFiles/pagmo.dir/src/topologies/unconnected.cpp.o
[ 27%] Building CXX object CMakeFiles/pagmo.dir/src/topologies/fully_connected.cpp.o
[ 27%] Building CXX object CMakeFiles/pagmo.dir/src/topologies/ring.cpp.o
[ 27%] Building CXX object CMakeFiles/pagmo.dir/src/topologies/free_form.cpp.o
[ 28%] Building CXX object CMakeFiles/pagmo.dir/src/r_policies/fair_replace.cpp.o
[ 28%] Building CXX object CMakeFiles/pagmo.dir/src/s_policies/select_best.cpp.o
[ 29%] Building CXX object CMakeFiles/pagmo.dir/src/utils/constrained.cpp.o
[ 29%] Building CXX object CMakeFiles/pagmo.dir/src/utils/discrepancy.cpp.o
[ 29%] Building CXX object CMakeFiles/pagmo.dir/src/utils/generic.cpp.o
[ 30%] Building CXX object CMakeFiles/pagmo.dir/src/utils/genetic_operators.cpp.o
[ 30%] Building CXX object CMakeFiles/pagmo.dir/src/utils/multi_objective.cpp.o
[ 31%] Building CXX object CMakeFiles/pagmo.dir/src/utils/hypervolume.cpp.o
[ 31%] Building CXX object CMakeFiles/pagmo.dir/src/utils/hv_algos/hv_algorithm.cpp.o
[ 31%] Building CXX object CMakeFiles/pagmo.dir/src/utils/hv_algos/hv_bf_approx.cpp.o
[ 32%] Building CXX object CMakeFiles/pagmo.dir/src/utils/hv_algos/hv_bf_fpras.cpp.o
[ 32%] Building CXX object CMakeFiles/pagmo.dir/src/utils/hv_algos/hv_hv2d.cpp.o
[ 33%] Building CXX object CMakeFiles/pagmo.dir/src/utils/hv_algos/hv_hv3d.cpp.o
[ 33%] Building CXX object CMakeFiles/pagmo.dir/src/utils/hv_algos/hv_hvwfg.cpp.o
[ 34%] Building CXX object CMakeFiles/pagmo.dir/src/detail/base_sr_policy.cpp.o
[ 34%] Building CXX object CMakeFiles/pagmo.dir/src/detail/bfe_impl.cpp.o
[ 34%] Building CXX object CMakeFiles/pagmo.dir/src/detail/task_queue.cpp.o
[ 35%] Building CXX object CMakeFiles/pagmo.dir/src/detail/prime_numbers.cpp.o
[ 35%] Building CXX object CMakeFiles/pagmo.dir/src/detail/gte_getter.cpp.o
[ 36%] Building CXX object CMakeFiles/pagmo.dir/src/detail/type_name.cpp.o
[ 36%] Linking CXX shared library libpagmo.so
[ 36%] Built target pagmo
Scanning dependencies of target zdt
[ 36%] Building CXX object tests/CMakeFiles/zdt.dir/zdt.cpp.o
[ 37%] Linking CXX executable zdt
[ 37%] Built target zdt
Scanning dependencies of target wfg
[ 37%] Building CXX object tests/CMakeFiles/wfg.dir/wfg.cpp.o
[ 38%] Linking CXX executable wfg
[ 38%] Built target wfg
Scanning dependencies of target unconnected
[ 39%] Building CXX object tests/CMakeFiles/unconnected.dir/unconnected.cpp.o
[ 39%] Linking CXX executable unconnected
[ 39%] Built target unconnected
Scanning dependencies of target topology
[ 39%] Building CXX object tests/CMakeFiles/topology.dir/topology.cpp.o
[ 40%] Linking CXX executable topology
[ 40%] Built target topology
Scanning dependencies of target thread_bfe
[ 41%] Building CXX object tests/CMakeFiles/thread_bfe.dir/thread_bfe.cpp.o
[ 41%] Linking CXX executable thread_bfe
[ 41%] Built target thread_bfe
Scanning dependencies of target select_best
[ 41%] Building CXX object tests/CMakeFiles/select_best.dir/select_best.cpp.o
[ 42%] Linking CXX executable select_best
[ 42%] Built target select_best
Scanning dependencies of target sea
[ 43%] Building CXX object tests/CMakeFiles/sea.dir/sea.cpp.o
[ 43%] Linking CXX executable sea
[ 43%] Built target sea
Scanning dependencies of target schwefel
[ 44%] Building CXX object tests/CMakeFiles/schwefel.dir/schwefel.cpp.o
[ 44%] Linking CXX executable schwefel
[ 44%] Built target schwefel
Scanning dependencies of target sga
[ 44%] Building CXX object tests/CMakeFiles/sga.dir/sga.cpp.o
[ 45%] Linking CXX executable sga
[ 45%] Built target sga
Scanning dependencies of target simulated_annealing
[ 45%] Building CXX object tests/CMakeFiles/simulated_annealing.dir/simulated_annealing.cpp.o
[ 45%] Linking CXX executable simulated_annealing
[ 45%] Built target simulated_annealing
Scanning dependencies of target sade
[ 45%] Building CXX object tests/CMakeFiles/sade.dir/sade.cpp.o
[ 45%] Linking CXX executable sade
[ 45%] Built target sade
Scanning dependencies of target s_policy
[ 45%] Building CXX object tests/CMakeFiles/s_policy.dir/s_policy.cpp.o
[ 46%] Linking CXX executable s_policy
[ 46%] Built target s_policy
Scanning dependencies of target rosenbrock
[ 46%] Building CXX object tests/CMakeFiles/rosenbrock.dir/rosenbrock.cpp.o
[ 47%] Linking CXX executable rosenbrock
[ 47%] Built target rosenbrock
Scanning dependencies of target rng_serialization
[ 48%] Building CXX object tests/CMakeFiles/rng_serialization.dir/rng_serialization.cpp.o
[ 48%] Linking CXX executable rng_serialization
[ 48%] Built target rng_serialization
Scanning dependencies of target rng
[ 49%] Building CXX object tests/CMakeFiles/rng.dir/rng.cpp.o
[ 49%] Linking CXX executable rng
[ 49%] Built target rng
Scanning dependencies of target genetic_operators
[ 49%] Building CXX object tests/CMakeFiles/genetic_operators.dir/genetic_operators.cpp.o
[ 50%] Linking CXX executable genetic_operators
[ 50%] Built target genetic_operators
Scanning dependencies of target dtlz
[ 51%] Building CXX object tests/CMakeFiles/dtlz.dir/dtlz.cpp.o
[ 51%] Linking CXX executable dtlz
[ 51%] Built target dtlz
Scanning dependencies of target golomb_ruler
[ 51%] Building CXX object tests/CMakeFiles/golomb_ruler.dir/golomb_ruler.cpp.o
[ 52%] Linking CXX executable golomb_ruler
[ 52%] Built target golomb_ruler
Scanning dependencies of target multi_objective
[ 52%] Building CXX object tests/CMakeFiles/multi_objective.dir/multi_objective.cpp.o
[ 53%] Linking CXX executable multi_objective
[ 53%] Built target multi_objective
Scanning dependencies of target decompose
[ 53%] Building CXX object tests/CMakeFiles/decompose.dir/decompose.cpp.o
[ 54%] Linking CXX executable decompose
[ 54%] Built target decompose
Scanning dependencies of target population
[ 54%] Building CXX object tests/CMakeFiles/population.dir/population.cpp.o
[ 55%] Linking CXX executable population
[ 55%] Built target population
Scanning dependencies of target ring
[ 55%] Building CXX object tests/CMakeFiles/ring.dir/ring.cpp.o
[ 55%] Linking CXX executable ring
[ 55%] Built target ring
Scanning dependencies of target de
[ 56%] Building CXX object tests/CMakeFiles/de.dir/de.cpp.o
[ 56%] Linking CXX executable de
[ 56%] Built target de
Scanning dependencies of target cstrs_self_adaptive
[ 56%] Building CXX object tests/CMakeFiles/cstrs_self_adaptive.dir/cstrs_self_adaptive.cpp.o
[ 56%] Linking CXX executable cstrs_self_adaptive
[ 56%] Built target cstrs_self_adaptive
Scanning dependencies of target constrained
[ 56%] Building CXX object tests/CMakeFiles/constrained.dir/constrained.cpp.o
[ 57%] Linking CXX executable constrained
[ 57%] Built target constrained
Scanning dependencies of target de1220
[ 57%] Building CXX object tests/CMakeFiles/de1220.dir/de1220.cpp.o
[ 58%] Linking CXX executable de1220
[ 58%] Built target de1220
Scanning dependencies of target fully_connected
[ 59%] Building CXX object tests/CMakeFiles/fully_connected.dir/fully_connected.cpp.o
[ 59%] Linking CXX executable fully_connected
[ 59%] Built target fully_connected
Scanning dependencies of target free_form
[ 59%] Building CXX object tests/CMakeFiles/free_form.dir/free_form.cpp.o
[ 59%] Linking CXX executable free_form
[ 59%] Built target free_form
Scanning dependencies of target custom_comparisons
[ 60%] Building CXX object tests/CMakeFiles/custom_comparisons.dir/custom_comparisons.cpp.o
[ 60%] Linking CXX executable custom_comparisons
[ 60%] Built target custom_comparisons
Scanning dependencies of target type_traits
[ 61%] Building CXX object tests/CMakeFiles/type_traits.dir/type_traits.cpp.o
[ 61%] Linking CXX executable type_traits
[ 61%] Built target type_traits
Scanning dependencies of target problem
[ 61%] Building CXX object tests/CMakeFiles/problem.dir/problem.cpp.o
[ 62%] Linking CXX executable problem
[ 62%] Built target problem
Scanning dependencies of target thread_island
[ 63%] Building CXX object tests/CMakeFiles/thread_island.dir/thread_island.cpp.o
[ 63%] Linking CXX executable thread_island
[ 63%] Built target thread_island
Scanning dependencies of target compass_search
[ 63%] Building CXX object tests/CMakeFiles/compass_search.dir/compass_search.cpp.o
[ 64%] Linking CXX executable compass_search
[ 64%] Built target compass_search
Scanning dependencies of target ackley
[ 64%] Building CXX object tests/CMakeFiles/ackley.dir/ackley.cpp.o
[ 64%] Linking CXX executable ackley
[ 64%] Built target ackley
Scanning dependencies of target unconstrain
[ 64%] Building CXX object tests/CMakeFiles/unconstrain.dir/unconstrain.cpp.o
[ 65%] Linking CXX executable unconstrain
[ 65%] Built target unconstrain
Scanning dependencies of target base_sr_policy
[ 66%] Building CXX object tests/CMakeFiles/base_sr_policy.dir/base_sr_policy.cpp.o
[ 66%] Linking CXX executable base_sr_policy
[ 66%] Built target base_sr_policy
Scanning dependencies of target algorithm_type_traits
[ 67%] Building CXX object tests/CMakeFiles/algorithm_type_traits.dir/algorithm_type_traits.cpp.o
[ 67%] Linking CXX executable algorithm_type_traits
[ 67%] Built target algorithm_type_traits
Scanning dependencies of target lennard_jones
[ 67%] Building CXX object tests/CMakeFiles/lennard_jones.dir/lennard_jones.cpp.o
[ 67%] Linking CXX executable lennard_jones
[ 67%] Built target lennard_jones
Scanning dependencies of target archipelago
[ 67%] Building CXX object tests/CMakeFiles/archipelago.dir/archipelago.cpp.o
[ 68%] Linking CXX executable archipelago
[ 68%] Built target archipelago
Scanning dependencies of target cec2006
[ 68%] Building CXX object tests/CMakeFiles/cec2006.dir/cec2006.cpp.o
[ 69%] Linking CXX executable cec2006
[ 69%] Built target cec2006
Scanning dependencies of target default_bfe
[ 69%] Building CXX object tests/CMakeFiles/default_bfe.dir/default_bfe.cpp.o
[ 69%] Linking CXX executable default_bfe
[ 69%] Built target default_bfe
Scanning dependencies of target bee_colony
[ 70%] Building CXX object tests/CMakeFiles/bee_colony.dir/bee_colony.cpp.o
[ 70%] Linking CXX executable bee_colony
[ 70%] Built target bee_colony
Scanning dependencies of target archipelago_torture_test
[ 70%] Building CXX object tests/CMakeFiles/archipelago_torture_test.dir/archipelago_torture_test.cpp.o
[ 71%] Linking CXX executable archipelago_torture_test
[ 71%] Built target archipelago_torture_test
Scanning dependencies of target migration_torture_test
[ 71%] Building CXX object tests/CMakeFiles/migration_torture_test.dir/migration_torture_test.cpp.o
[ 71%] Linking CXX executable migration_torture_test
[ 71%] Built target migration_torture_test
Scanning dependencies of target io
[ 72%] Building CXX object tests/CMakeFiles/io.dir/io.cpp.o
[ 72%] Linking CXX executable io
[ 72%] Built target io
Scanning dependencies of target hock_schittkowsky_71
[ 72%] Building CXX object tests/CMakeFiles/hock_schittkowsky_71.dir/hock_schittkowsky_71.cpp.o
[ 73%] Linking CXX executable hock_schittkowsky_71
[ 73%] Built target hock_schittkowsky_71
Scanning dependencies of target gwo
[ 74%] Building CXX object tests/CMakeFiles/gwo.dir/gwo.cpp.o
[ 74%] Linking CXX executable gwo
[ 74%] Built target gwo
Scanning dependencies of target discrepancy
[ 75%] Building CXX object tests/CMakeFiles/discrepancy.dir/discrepancy.cpp.o
[ 75%] Linking CXX executable discrepancy
[ 75%] Built target discrepancy
Scanning dependencies of target nspso
[ 75%] Building CXX object tests/CMakeFiles/nspso.dir/nspso.cpp.o
[ 75%] Linking CXX executable nspso
[ 75%] Built target nspso
Scanning dependencies of target base_bgl_topology
[ 75%] Building CXX object tests/CMakeFiles/base_bgl_topology.dir/base_bgl_topology.cpp.o
[ 75%] Linking CXX executable base_bgl_topology
[ 75%] Built target base_bgl_topology
Scanning dependencies of target gradients_and_hessians
[ 75%] Building CXX object tests/CMakeFiles/gradients_and_hessians.dir/gradients_and_hessians.cpp.o
[ 75%] Linking CXX executable gradients_and_hessians
[ 75%] Built target gradients_and_hessians
Scanning dependencies of target ihs
[ 75%] Building CXX object tests/CMakeFiles/ihs.dir/ihs.cpp.o
[ 75%] Linking CXX executable ihs
[ 75%] Built target ihs
Scanning dependencies of target threading
[ 75%] Building CXX object tests/CMakeFiles/threading.dir/threading.cpp.o
[ 76%] Linking CXX executable threading
[ 76%] Built target threading
Scanning dependencies of target generic
[ 76%] Building CXX object tests/CMakeFiles/generic.dir/generic.cpp.o
[ 77%] Linking CXX executable generic
[ 77%] Built target generic
Scanning dependencies of target cec2014
[ 78%] Building CXX object tests/CMakeFiles/cec2014.dir/cec2014.cpp.o
[ 78%] Linking CXX executable cec2014
[ 78%] Built target cec2014
Scanning dependencies of target problem_type_traits
[ 78%] Building CXX object tests/CMakeFiles/problem_type_traits.dir/problem_type_traits.cpp.o
[ 78%] Linking CXX executable problem_type_traits
[ 78%] Built target problem_type_traits
Scanning dependencies of target bfe
[ 78%] Building CXX object tests/CMakeFiles/bfe.dir/bfe.cpp.o
[ 79%] Linking CXX executable bfe
[ 79%] Built target bfe
Scanning dependencies of target fair_replace
[ 79%] Building CXX object tests/CMakeFiles/fair_replace.dir/fair_replace.cpp.o
[ 80%] Linking CXX executable fair_replace
[ 80%] Built target fair_replace
Scanning dependencies of target griewank
[ 81%] Building CXX object tests/CMakeFiles/griewank.dir/griewank.cpp.o
[ 81%] Linking CXX executable griewank
[ 81%] Built target griewank
Scanning dependencies of target fork_island
[ 81%] Building CXX object tests/CMakeFiles/fork_island.dir/fork_island.cpp.o
[ 82%] Linking CXX executable fork_island
[ 82%] Built target fork_island
Scanning dependencies of target algorithm
[ 83%] Building CXX object tests/CMakeFiles/algorithm.dir/algorithm.cpp.o
[ 83%] Linking CXX executable algorithm
[ 83%] Built target algorithm
Scanning dependencies of target hypervolume
[ 83%] Building CXX object tests/CMakeFiles/hypervolume.dir/hypervolume.cpp.o
[ 84%] Linking CXX executable hypervolume
[ 84%] Built target hypervolume
Scanning dependencies of target translate
[ 84%] Building CXX object tests/CMakeFiles/translate.dir/translate.cpp.o
[ 84%] Linking CXX executable translate
[ 84%] Built target translate
Scanning dependencies of target moead
[ 85%] Building CXX object tests/CMakeFiles/moead.dir/moead.cpp.o
[ 85%] Linking CXX executable moead
[ 85%] Built target moead
Scanning dependencies of target inventory
[ 86%] Building CXX object tests/CMakeFiles/inventory.dir/inventory.cpp.o
[ 86%] Linking CXX executable inventory
[ 86%] Built target inventory
Scanning dependencies of target minlp_rastrigin
[ 87%] Building CXX object tests/CMakeFiles/minlp_rastrigin.dir/minlp_rastrigin.cpp.o
[ 87%] Linking CXX executable minlp_rastrigin
[ 87%] Built target minlp_rastrigin
Scanning dependencies of target cec2013
[ 88%] Building CXX object tests/CMakeFiles/cec2013.dir/cec2013.cpp.o
[ 88%] Linking CXX executable cec2013
[ 88%] Built target cec2013
Scanning dependencies of target island
[ 88%] Building CXX object tests/CMakeFiles/island.dir/island.cpp.o
[ 89%] Linking CXX executable island
[ 89%] Built target island
Scanning dependencies of target island_torture
[ 89%] Building CXX object tests/CMakeFiles/island_torture.dir/island_torture.cpp.o
[ 90%] Linking CXX executable island_torture
[ 90%] Built target island_torture
Scanning dependencies of target gaco
[ 91%] Building CXX object tests/CMakeFiles/gaco.dir/gaco.cpp.o
[ 91%] Linking CXX executable gaco
[ 91%] Built target gaco
Scanning dependencies of target luksan_vlcek1
[ 92%] Building CXX object tests/CMakeFiles/luksan_vlcek1.dir/luksan_vlcek1.cpp.o
[ 92%] Linking CXX executable luksan_vlcek1
[ 92%] Built target luksan_vlcek1
Scanning dependencies of target maco
[ 93%] Building CXX object tests/CMakeFiles/maco.dir/maco.cpp.o
[ 93%] Linking CXX executable maco
[ 93%] Built target maco
Scanning dependencies of target cec2009
[ 93%] Building CXX object tests/CMakeFiles/cec2009.dir/cec2009.cpp.o
[ 93%] Linking CXX executable cec2009
[ 93%] Built target cec2009
Scanning dependencies of target member_bfe
[ 93%] Building CXX object tests/CMakeFiles/member_bfe.dir/member_bfe.cpp.o
[ 94%] Linking CXX executable member_bfe
[ 94%] Built target member_bfe
Scanning dependencies of target r_policy
[ 94%] Building CXX object tests/CMakeFiles/r_policy.dir/r_policy.cpp.o
[ 95%] Linking CXX executable r_policy
[ 95%] Built target r_policy
Scanning dependencies of target nsga2
[ 95%] Building CXX object tests/CMakeFiles/nsga2.dir/nsga2.cpp.o
[ 96%] Linking CXX executable nsga2
[ 96%] Built target nsga2
Scanning dependencies of target pso
[ 97%] Building CXX object tests/CMakeFiles/pso.dir/pso.cpp.o
[ 97%] Linking CXX executable pso
[ 97%] Built target pso
Scanning dependencies of target pso_gen
[ 98%] Building CXX object tests/CMakeFiles/pso_gen.dir/pso_gen.cpp.o
[ 98%] Linking CXX executable pso_gen
[ 98%] Built target pso_gen
Scanning dependencies of target mbh
[ 98%] Building CXX object tests/CMakeFiles/mbh.dir/mbh.cpp.o
[ 99%] Linking CXX executable mbh
[ 99%] Built target mbh
Scanning dependencies of target rastrigin
[ 99%] Building CXX object tests/CMakeFiles/rastrigin.dir/rastrigin.cpp.o
[100%] Linking CXX executable rastrigin
[100%] Built target rastrigin

➜ cmake  --build . --target install
[ 36%] Built target pagmo
[ 37%] Built target zdt
[ 38%] Built target wfg
[ 39%] Built target unconnected
[ 40%] Built target topology
[ 41%] Built target thread_bfe
[ 42%] Built target select_best
[ 43%] Built target sea
[ 44%] Built target schwefel
[ 45%] Built target sga
[ 45%] Built target simulated_annealing
[ 45%] Built target sade
[ 46%] Built target s_policy
[ 47%] Built target rosenbrock
[ 48%] Built target rng_serialization
[ 49%] Built target rng
[ 50%] Built target genetic_operators
[ 51%] Built target dtlz
[ 52%] Built target golomb_ruler
[ 53%] Built target multi_objective
[ 54%] Built target decompose
[ 55%] Built target population
[ 55%] Built target ring
[ 56%] Built target de
[ 56%] Built target cstrs_self_adaptive
[ 57%] Built target constrained
[ 58%] Built target de1220
[ 59%] Built target fully_connected
[ 59%] Built target free_form
[ 60%] Built target custom_comparisons
[ 61%] Built target type_traits
[ 62%] Built target problem
[ 63%] Built target thread_island
[ 64%] Built target compass_search
[ 64%] Built target ackley
[ 65%] Built target unconstrain
[ 66%] Built target base_sr_policy
[ 67%] Built target algorithm_type_traits
[ 67%] Built target lennard_jones
[ 68%] Built target archipelago
[ 69%] Built target cec2006
[ 69%] Built target default_bfe
[ 70%] Built target bee_colony
[ 71%] Built target archipelago_torture_test
[ 71%] Built target migration_torture_test
[ 72%] Built target io
[ 73%] Built target hock_schittkowsky_71
[ 74%] Built target gwo
[ 75%] Built target discrepancy
[ 75%] Built target nspso
[ 75%] Built target base_bgl_topology
[ 75%] Built target gradients_and_hessians
[ 75%] Built target ihs
[ 76%] Built target threading
[ 77%] Built target generic
[ 78%] Built target cec2014
[ 78%] Built target problem_type_traits
[ 79%] Built target bfe
[ 80%] Built target fair_replace
[ 81%] Built target griewank
[ 82%] Built target fork_island
[ 83%] Built target algorithm
[ 84%] Built target hypervolume
[ 84%] Built target translate
[ 85%] Built target moead
[ 86%] Built target inventory
[ 87%] Built target minlp_rastrigin
[ 88%] Built target cec2013
[ 89%] Built target island
[ 90%] Built target island_torture
[ 91%] Built target gaco
[ 92%] Built target luksan_vlcek1
[ 93%] Built target maco
[ 93%] Built target cec2009
[ 94%] Built target member_bfe
[ 95%] Built target r_policy
[ 96%] Built target nsga2
[ 97%] Built target pso
[ 98%] Built target pso_gen
[ 99%] Built target mbh
[100%] Built target rastrigin
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/jian/.local/include
-- Up-to-date: /home/jian/.local/include/pagmo
-- Installing: /home/jian/.local/include/pagmo/s_policy.hpp
-- Installing: /home/jian/.local/include/pagmo/exceptions.hpp
-- Installing: /home/jian/.local/include/pagmo/bfe.hpp
-- Installing: /home/jian/.local/include/pagmo/problem.hpp
-- Installing: /home/jian/.local/include/pagmo/island.hpp
-- Installing: /home/jian/.local/include/pagmo/s11n.hpp
-- Installing: /home/jian/.local/include/pagmo/threading.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithm.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/topologies
-- Installing: /home/jian/.local/include/pagmo/topologies/free_form.hpp
-- Installing: /home/jian/.local/include/pagmo/topologies/ring.hpp
-- Installing: /home/jian/.local/include/pagmo/topologies/fully_connected.hpp
-- Installing: /home/jian/.local/include/pagmo/topologies/unconnected.hpp
-- Installing: /home/jian/.local/include/pagmo/topologies/base_bgl_topology.hpp
-- Installing: /home/jian/.local/include/pagmo/type_traits.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/batch_evaluators
-- Installing: /home/jian/.local/include/pagmo/batch_evaluators/default_bfe.hpp
-- Installing: /home/jian/.local/include/pagmo/batch_evaluators/thread_bfe.hpp
-- Installing: /home/jian/.local/include/pagmo/batch_evaluators/member_bfe.hpp
-- Installing: /home/jian/.local/include/pagmo/archipelago.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/utils
-- Installing: /home/jian/.local/include/pagmo/utils/hypervolume.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/generic.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/discrepancy.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/constrained.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/genetic_operators.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/multi_objective.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/utils/hv_algos
-- Installing: /home/jian/.local/include/pagmo/utils/hv_algos/hv_hv2d.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/hv_algos/hv_hv3d.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/hv_algos/hv_bf_fpras.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/hv_algos/hv_algorithm.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/hv_algos/hv_hvwfg.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/hv_algos/hv_bf_approx.hpp
-- Installing: /home/jian/.local/include/pagmo/utils/gradients_and_hessians.hpp
-- Installing: /home/jian/.local/include/pagmo/pagmo.hpp
-- Installing: /home/jian/.local/include/pagmo/r_policy.hpp
-- Installing: /home/jian/.local/include/pagmo/topology.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/algorithms
-- Installing: /home/jian/.local/include/pagmo/algorithms/sade.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/moead.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/gwo.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/cmaes.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/gaco.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/nsga2.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/de.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/mbh.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/pso.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/simulated_annealing.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/null_algorithm.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/de1220.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/cstrs_self_adaptive.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/pso_gen.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/nspso.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/xnes.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/compass_search.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/not_population_based.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/nlopt.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/sea.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/ipopt.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/ihs.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/maco.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/sga.hpp
-- Installing: /home/jian/.local/include/pagmo/algorithms/bee_colony.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/r_policies
-- Installing: /home/jian/.local/include/pagmo/r_policies/fair_replace.hpp
-- Installing: /home/jian/.local/include/pagmo/io.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/problems
-- Installing: /home/jian/.local/include/pagmo/problems/decompose.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/cec2009.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/luksan_vlcek1.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/cec2013.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/unconstrain.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/rosenbrock.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/lennard_jones.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/hock_schittkowsky_71.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/cec2006.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/cec2014.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/minlp_rastrigin.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/rastrigin.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/schwefel.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/griewank.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/golomb_ruler.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/dtlz.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/null_problem.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/inventory.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/zdt.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/wfg.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/translate.hpp
-- Installing: /home/jian/.local/include/pagmo/problems/ackley.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/s_policies
-- Installing: /home/jian/.local/include/pagmo/s_policies/select_best.hpp
-- Installing: /home/jian/.local/include/pagmo/population.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/detail
-- Installing: /home/jian/.local/include/pagmo/detail/eigen_s11n.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/type_name.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/custom_comparisons.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/typeid_name_extract.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/support_xeus_cling.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/island_fwd.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/eigen.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/free_form_fwd.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/gte_getter.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/bfe_impl.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/archipelago_fwd.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/visibility.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/task_queue.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/constants.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/prime_numbers.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/base_sr_policy.hpp
-- Installing: /home/jian/.local/include/pagmo/detail/s11n_wrappers.hpp
-- Installing: /home/jian/.local/include/pagmo/types.hpp
-- Up-to-date: /home/jian/.local/include/pagmo/islands
-- Installing: /home/jian/.local/include/pagmo/islands/fork_island.hpp
-- Installing: /home/jian/.local/include/pagmo/islands/thread_island.hpp
-- Installing: /home/jian/.local/include/pagmo/rng.hpp
-- Installing: /home/jian/.local/include/pagmo/config.hpp
-- Installing: /home/jian/.local/lib/libpagmo.so.8.0
-- Up-to-date: /home/jian/.local/lib/libpagmo.so.8
-- Set runtime path of "/home/jian/.local/lib/libpagmo.so.8.0" to ""
-- Up-to-date: /home/jian/.local/lib/libpagmo.so
-- Installing: /home/jian/.local/lib/cmake/pagmo/pagmo-config.cmake
-- Installing: /home/jian/.local/lib/cmake/pagmo/Findpagmo_IPOPT.cmake
-- Installing: /home/jian/.local/lib/cmake/pagmo/PagmoFindBoost.cmake
-- Installing: /home/jian/.local/lib/cmake/pagmo/pagmo_export.cmake
-- Installing: /home/jian/.local/lib/cmake/pagmo/pagmo_export-release.cmake
-- Installing: /home/jian/.local/lib/cmake/pagmo/pagmo-config-version.cmake

➜ cmake  --build . --target test
Running tests...
Test project /home/jian/workspace/pagmo2/build
      Start  1: ackley
 1/80 Test  #1: ackley ...........................   Passed    0.07 sec
      Start  2: algorithm
 2/80 Test  #2: algorithm ........................   Passed    0.01 sec
      Start  3: algorithm_type_traits
 3/80 Test  #3: algorithm_type_traits ............   Passed    0.00 sec
      Start  4: archipelago
 4/80 Test  #4: archipelago ......................   Passed    1.14 sec
      Start  5: archipelago_torture_test
 5/80 Test  #5: archipelago_torture_test .........   Passed    0.43 sec
      Start  6: base_bgl_topology
 6/80 Test  #6: base_bgl_topology ................   Passed    0.11 sec
      Start  7: base_sr_policy
 7/80 Test  #7: base_sr_policy ...................   Passed    0.01 sec
      Start  8: bfe
 8/80 Test  #8: bfe ..............................   Passed    0.01 sec
      Start  9: bee_colony
 9/80 Test  #9: bee_colony .......................   Passed    0.01 sec
      Start 10: cec2006
10/80 Test #10: cec2006 ..........................   Passed    0.01 sec
      Start 11: cec2009
11/80 Test #11: cec2009 ..........................   Passed    0.01 sec
      Start 12: cec2013
12/80 Test #12: cec2013 ..........................   Passed    0.04 sec
      Start 13: cec2014
13/80 Test #13: cec2014 ..........................   Passed    0.03 sec
      Start 14: compass_search
14/80 Test #14: compass_search ...................   Passed    0.01 sec
      Start 15: constrained
15/80 Test #15: constrained ......................   Passed    0.01 sec
      Start 16: custom_comparisons
16/80 Test #16: custom_comparisons ...............   Passed    0.00 sec
      Start 17: cstrs_self_adaptive
17/80 Test #17: cstrs_self_adaptive ..............   Passed    0.09 sec
      Start 18: de
18/80 Test #18: de ...............................   Passed    0.01 sec
      Start 19: de1220
19/80 Test #19: de1220 ...........................   Passed    0.01 sec
      Start 20: decompose
20/80 Test #20: decompose ........................   Passed    0.01 sec
      Start 21: default_bfe
21/80 Test #21: default_bfe ......................   Passed    0.01 sec
      Start 22: discrepancy
22/80 Test #22: discrepancy ......................   Passed    0.01 sec
      Start 23: dtlz
23/80 Test #23: dtlz .............................   Passed    0.01 sec
      Start 24: fair_replace
24/80 Test #24: fair_replace .....................   Passed    0.01 sec
      Start 25: free_form
25/80 Test #25: free_form ........................   Passed    0.01 sec
      Start 26: fully_connected
26/80 Test #26: fully_connected ..................   Passed    0.01 sec
      Start 27: gwo
27/80 Test #27: gwo ..............................   Passed    0.02 sec
      Start 28: gaco
28/80 Test #28: gaco .............................   Passed    0.05 sec
      Start 29: genetic_operators
29/80 Test #29: genetic_operators ................   Passed    0.01 sec
      Start 30: generic
30/80 Test #30: generic ..........................   Passed    0.01 sec
      Start 31: golomb_ruler
31/80 Test #31: golomb_ruler .....................   Passed    0.02 sec
      Start 32: gradients_and_hessians
32/80 Test #32: gradients_and_hessians ...........   Passed    0.01 sec
      Start 33: griewank
33/80 Test #33: griewank .........................   Passed    0.01 sec
      Start 34: hypervolume
34/80 Test #34: hypervolume ......................   Passed    1.18 sec
      Start 35: hock_schittkowsky_71
35/80 Test #35: hock_schittkowsky_71 .............   Passed    0.01 sec
      Start 36: inventory
36/80 Test #36: inventory ........................   Passed    0.01 sec
      Start 37: lennard_jones
37/80 Test #37: lennard_jones ....................   Passed    0.01 sec
      Start 38: migration_torture_test
38/80 Test #38: migration_torture_test ...........   Passed    2.14 sec
      Start 39: minlp_rastrigin
39/80 Test #39: minlp_rastrigin ..................   Passed    0.01 sec
      Start 40: ihs
40/80 Test #40: ihs ..............................   Passed    0.05 sec
      Start 41: io
41/80 Test #41: io ...............................   Passed    0.01 sec
      Start 42: island
42/80 Test #42: island ...........................   Passed    0.04 sec
      Start 43: island_torture
43/80 Test #43: island_torture ...................   Passed    0.36 sec
      Start 44: luksan_vlcek1
44/80 Test #44: luksan_vlcek1 ....................   Passed    0.01 sec
      Start 45: maco
45/80 Test #45: maco .............................   Passed    0.16 sec
      Start 46: mbh
46/80 Test #46: mbh ..............................   Passed    0.01 sec
      Start 47: member_bfe
47/80 Test #47: member_bfe .......................   Passed    0.01 sec
      Start 48: moead
48/80 Test #48: moead ............................   Passed    0.02 sec
      Start 49: multi_objective
49/80 Test #49: multi_objective ..................   Passed    0.01 sec
      Start 50: nsga2
50/80 Test #50: nsga2 ............................   Passed    0.03 sec
      Start 51: nspso
51/80 Test #51: nspso ............................   Passed    0.04 sec
      Start 52: population
52/80 Test #52: population .......................   Passed    0.01 sec
      Start 53: problem
53/80 Test #53: problem ..........................   Passed    0.01 sec
      Start 54: problem_type_traits
54/80 Test #54: problem_type_traits ..............   Passed    0.00 sec
      Start 55: pso
55/80 Test #55: pso ..............................   Passed    0.02 sec
      Start 56: pso_gen
56/80 Test #56: pso_gen ..........................   Passed    0.11 sec
      Start 57: r_policy
57/80 Test #57: r_policy .........................   Passed    0.01 sec
      Start 58: rastrigin
58/80 Test #58: rastrigin ........................   Passed    0.01 sec
      Start 59: ring
59/80 Test #59: ring .............................   Passed    0.01 sec
      Start 60: rng
60/80 Test #60: rng ..............................   Passed    0.01 sec
      Start 61: rng_serialization
61/80 Test #61: rng_serialization ................   Passed    0.02 sec
      Start 62: rosenbrock
62/80 Test #62: rosenbrock .......................   Passed    0.01 sec
      Start 63: s_policy
63/80 Test #63: s_policy .........................   Passed    0.01 sec
      Start 64: sade
64/80 Test #64: sade .............................   Passed    0.03 sec
      Start 65: simulated_annealing
65/80 Test #65: simulated_annealing ..............   Passed    0.11 sec
      Start 66: sga
66/80 Test #66: sga ..............................   Passed    0.04 sec
      Start 67: schwefel
67/80 Test #67: schwefel .........................   Passed    0.01 sec
      Start 68: sea
68/80 Test #68: sea ..............................   Passed    0.01 sec
      Start 69: select_best
69/80 Test #69: select_best ......................   Passed    0.01 sec
      Start 70: threading
70/80 Test #70: threading ........................   Passed    0.01 sec
      Start 71: thread_bfe
71/80 Test #71: thread_bfe .......................   Passed    0.02 sec
      Start 72: thread_island
72/80 Test #72: thread_island ....................   Passed    0.01 sec
      Start 73: topology
73/80 Test #73: topology .........................   Passed    0.01 sec
      Start 74: translate
74/80 Test #74: translate ........................   Passed    0.01 sec
      Start 75: type_traits
75/80 Test #75: type_traits ......................   Passed    0.00 sec
      Start 76: unconnected
76/80 Test #76: unconnected ......................   Passed    0.01 sec
      Start 77: unconstrain
77/80 Test #77: unconstrain ......................   Passed    0.01 sec
      Start 78: wfg
78/80 Test #78: wfg ..............................   Passed    0.01 sec
      Start 79: zdt
79/80 Test #79: zdt ..............................   Passed    0.01 sec
      Start 80: fork_island
80/80 Test #80: fork_island ......................   Passed    0.19 sec

100% tests passed, 0 tests failed out of 80

Total Test time (real) =   7.14 sec

Does this mean that the installation was successful?
Strangely, an error is reported when I use python - c "import pagmo"

➜ python -c "import pagmo"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'pagmo'

from pagmo2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.