Home
last modified time | relevance | path

Searched refs:echo_eval (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/cppad/CppAD-20210000.8/bin/
H A Dget_cppadcg.sh82 echo_eval() { function
112 echo_eval mkdir build
114 echo_eval cd build
119 echo_eval cmake ..
120 echo_eval make
121 echo_eval cd ..
128 echo_eval cd external
135 echo_eval cd $package.git
190 echo_eval cd build
191 echo_eval cmake \
[all …]
H A Dget_eigen.sh65 echo_eval() { function
87 echo_eval make install
99 echo_eval mkdir external
101 echo_eval cd external
108 echo_eval cd $package.git
109 echo_eval git checkout master
110 echo_eval git checkout --quiet $version
113 echo_eval mkdir build
115 echo_eval cd build
117 echo_eval make install
[all …]
H A Dget_colpack.sh67 echo_eval() { function
88 echo_eval cd external/$package.git
89 echo_eval make install
103 echo_eval mkdir external
105 echo_eval cd external
112 echo_eval cd $package.git
117 echo_eval libtoolize
125 echo_eval ls -l ./configure
126 echo_eval chmod +x ./configure
130 echo_eval ./configure \
[all …]
H A Dget_sacado.sh69 echo_eval() { function
91 echo_eval make install
107 echo_eval mkdir external
109 echo_eval cd external
116 echo_eval cd trilinos.git
117 echo_eval git checkout master
118 echo_eval git pull
124 echo_eval mkdir build
126 echo_eval cd build
128 echo_eval cmake \
[all …]
H A Dget_adolc.sh74 echo_eval() { function
96 echo_eval make install
110 echo_eval mkdir external
112 echo_eval cd external
118 echo_eval cd $package.git
119 echo_eval git reset --hard
120 echo_eval git checkout --quiet $version
131 echo_eval mkdir build
133 echo_eval cd build
138 echo_eval ../configure $flags
[all …]
H A Dget_fadbad.sh57 echo_eval() { function
75 echo_eval mkdir external
77 echo_eval cd external
81 echo_eval wget --no-check-certificate $web_page/FADBAD++-$version.tar.gz
85 echo_eval rm -r FADBAD++
87 echo_eval tar -xzf FADBAD++-$version.tar.gz
90 echo_eval mkdir -p "$prefix/include"
94 echo_eval rm -r "$prefix/include/FADBAD++"
96 echo_eval cp -r FADBAD++ "$prefix/include/FADBAD++"
H A Dtravis.sh28 echo_eval() { function
35 echo_eval rm -r build
37 echo_eval mkdir build
38 echo_eval cd build
39 echo_eval cmake \
49 echo_eval make "$1"
53 echo_eval cd ..
57 echo_eval bin/test_one.sh "$1"
H A Dappveyor.sh28 echo_eval() { function
35 echo_eval rm -r build
37 echo_eval mkdir build
38 echo_eval cd build
39 echo_eval cmake \
51 echo_eval make "$1"
55 echo_eval cd ..
59 echo_eval bin/test_one.sh "$1"
H A Dget_ipopt.sh72 echo_eval() { function
93 echo_eval cd external
101 echo_eval mkdir external
103 echo_eval cd external
107 echo_eval wget $coinbrew
108 echo_eval chmod +x coinbrew
129 echo_eval ./coinbrew build Ipopt@$version \
131 echo_eval ./coinbrew install Ipopt@$version \
134 echo_eval touch $cppad_dir/$configured_flag
H A Dget_highlight.sh10 echo_eval() { function
32 echo_eval wget "$web_page/$tarball"
33 echo_eval tar -xzf $tarball
37 echo_eval cd $dir
42 echo_eval cd build
44 echo_eval ../configure --prefix="$start_dir/build/prefix"
45 echo_eval make install
H A Dspeed_package.sh19 echo_eval() { function
41 echo_eval rm -r speed/$package
48 echo_eval sed -i speed/$package/$file -f speed_package.$$
68 echo_eval sed -i $file -f speed_package.$$
80 echo_eval sed -i $file -f speed_package.$$
90 echo_eval sed -i $file -f speed_package.$$
102 echo_eval sed -i $file -f speed_package.$$
114 echo_eval sed -i $file -f speed_package.$$
130 echo_eval sed -i $file -f speed_package.$$
150 echo_eval sed -i $file -f speed_package.$$
[all …]
H A Dspeed_new.sh54 echo_eval mkdir -p $build_dir
58 echo_eval() { function
71 echo_eval git reset --hard --quiet
73 echo_eval git_new.sh from
81 echo_eval cd $build_dir
91 echo_eval cd ../../..
H A Dautotools.sh27 echo_eval() { function
54 echo_eval mkdir build
108 echo_eval aclocal
117 echo_eval autoconf
119 echo_eval automake --add-missing
128 echo_eval cp $name $name.$$
130 echo_eval mv $name.$$ $name
142 echo_eval cd build
H A Drun_doxygen.sh18 echo_eval() { function
31 echo_eval rm -r $name
34 echo_eval mkdir doxydoc
35 echo_eval bin/doxyfile.sh $version $error_file $output_directory
H A Dget_omhelp.sh10 echo_eval() { function
43 echo_eval cd build
44 echo_eval cmake \
55 echo_eval make install
H A Drun_cmake.sh21 echo_eval() { function
183 echo_eval mkdir build
185 echo_eval cd build
188 echo_eval rm CMakeCache.txt
192 echo_eval rm -r CMakeFiles
353 echo_eval cmake $cmake_args ..
H A Dspeed_branch.sh88 echo_eval() { function
106 echo_eval mkdir -p $build_dir
146 echo_eval git checkout --quiet $branch
157 echo_eval git checkout --force --quiet master
178 echo_eval cd $build_dir
195 echo_eval git checkout --quiet master
H A Dget_optional.sh89 echo_eval() { function
95 echo_eval rm get_optional.log
99 echo_eval rm get_optional.err
H A Drun_omhelp.sh6 echo_eval() { function
107 echo_eval rm -r $root
113 echo_eval mkdir $root
115 echo_eval cd $root
H A Dcolpack.sh27 echo_eval() { function
34 echo_eval mkdir -p build/colpack
155 echo_eval cd build/colpack
156 echo_eval g++ colpack.cpp \
162 echo_eval valgrind --leak-check=yes ./colpack
/dports/math/cppad/CppAD-20210000.8/example/multi_thread/
H A Dtest.sh17 echo_eval() { function
64 echo_eval ./$program harmonic 1 4 1
68 echo_eval ./$program atomic_two 1 4 100
72 echo_eval ./$program atomic_three 1 4 100
76 echo_eval ./$program chkpoint_one 1 4 100
80 echo_eval ./$program chkpoint_two 1 4 100
84 echo_eval ./$program multi_newton 2 4 20 30 500 true
92 echo_eval ./$program a11c
94 echo_eval ./$program simple_ad
96 echo_eval ./$program team_example
/dports/math/cppad/CppAD-20210000.8/bug/
H A Deigen_shadow.sh21 echo_eval() { function
54 echo_eval rm $name
56 echo_eval g++ \
64 echo_eval ./$name
H A Dgcc_complex.sh13 echo_eval() { function
36 echo_eval g++ gcc_complex.cpp -o gcc_complex
37 echo_eval ./gcc_complex
51 echo_eval rm gcc_complex.cpp gcc_complex
H A Ddoxy_member.sh18 echo_eval() { function
91 echo_eval doxygen doxyfile
93 echo_eval g++ $name.cpp -o name
94 echo_eval ./name
H A Dcppad_cg.sh17 echo_eval() { function
30 echo_eval mkdir -p build
32 echo_eval cd build
94 echo_eval g++ \
161 echo_eval g++ \

12