Skip to content
Snippets Groups Projects
Commit 5f4d3820 authored by Scott Mindock's avatar Scott Mindock
Browse files

Users stuff

parent 3aecfff3
No related merge requests found
......@@ -442,18 +442,7 @@ mk_cminpak(){
return 0
}
mk_open_ssl()
{
echo ${FUNCNAME[0]}
tar_name=openssl-1.0.2a.tar.gz && \
rm -fr ${BUILD}/openssl* && \
install_the_source ${tar_name} && \
cd ${BUILD}/open* && \
./config --openssldir=${BUILD} --prefix=${USER_COTS_PATH} && \
make && \
make test && \
make install
}
where()
{
......@@ -546,7 +535,6 @@ all()
mk_slatec4 && \
mk_lapack && \
mk_pppack && \
exit && \
mk_libtool && \
mk_cminpak && \
mk_proto && \
......
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment