Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 7, 2023
1 parent 4a9bb15 commit cf2fbca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion L/libsingular_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ cmake . -B build \
VERBOSE=ON cmake --build build --config Release --target install -- -j${nproc}
# store tree hash of the source directory
git ls-tree --object-only HEAD .. > ${libdir}/libsingular_julia.treehash
#git ls-tree --object-only HEAD .. > ${libdir}/libsingular_julia.treehash
git ls-tree HEAD .. | cut -c13-52 > ${libdir}/libsingular_julia.treehash
ls -l ${libdir}
cat ${libdir}/libsingular_julia.treehash
install_license LICENSE.md
"""
Expand Down

0 comments on commit cf2fbca

Please sign in to comment.