Skip to content

Commit

Permalink
remove more unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jul 1, 2024
1 parent 572a3cc commit 289213d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions scripts/build_cosmo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@ make install
cp lib/.libs/.aarch64/libexpat.a ${DEPSDIR}/lib/.aarch64
install_license

echo "::endgroup::"
###########
# ncurses #
###########
echo "::group::ncurses"
cd ${BUILDDIR}

download_verify_extract ncurses-6.4.tar.gz
cd ncurses*
./configure --with-normal --without-progs --enable-overwrite --disable-stripping --prefix=${DEPSDIR}
make -j4
make install
cp lib/.aarch64/lib*.a ${DEPSDIR}/lib/.aarch64
install_license

echo "::endgroup::"
############
# readline #
Expand Down Expand Up @@ -218,8 +203,6 @@ cmake \
-DBZIP2_LIBRARIES:FILEPATH=${DEPSDIR}/lib/libbz2.a \
-DREADLINE_INCLUDE_PATH:FILEPATH=${DEPSDIR}/include/readline/readline.h \
-DREADLINE_LIBRARY:FILEPATH=${DEPSDIR}/lib/libreadline.a \
-DCURSES_LIBRARIES:FILEPATH=${DEPSDIR}/lib/libncurses.a \
-DPANEL_LIBRARIES:FILEPATH=${DEPSDIR}/lib/libpanel.a \
-DGDBM_INCLUDE_PATH:FILEPATH=${DEPSDIR}/include/gdbm.h \
-DGDBM_LIBRARY:FILEPATH=${DEPSDIR}/lib/libgdbm.a \
-DGDBM_COMPAT_LIBRARY:FILEPATH=${DEPSDIR}/lib/libgdbm_compat.a \
Expand Down

0 comments on commit 289213d

Please sign in to comment.