Skip to content

Commit

Permalink
Merge pull request #2525 from mariux64/revert-2515-update-numactl-2014
Browse files Browse the repository at this point in the history
Revert "numactl: update 2.0.12 to 2.0.14"
  • Loading branch information
wwwutz authored Nov 16, 2021
2 parents 76eaf9d + 9a1b71c commit 81dd0eb
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions numactl.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION numactl-2.0.14-0
# BEE_VERSION numactl-2.0.12-0

# SRCURL[0]="https://github.com/numactl/numactl/releases/download/v${PKGVERSION}/${PKGNAME}-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f65f3501a82df8c3ee7cc74dc6a55636/numactl-2.0.14.tar.gz"
SRCURL[0]="https://github.com/numactl/numactl/releases/download/v${PKGVERSION}/${PKGNAME}-${PKGVERSION}.tar.gz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

# build_in_sourcedir

#mee_extract() {
Expand All @@ -17,14 +22,24 @@ SRCURL[0]="https://beehive.molgen.mpg.de/f65f3501a82df8c3ee7cc74dc6a55636/numact
# bee_patch "${@}"
#}

mee_configure_pre() {
for i in Makefile.am Makefile.in ; do
sed -i 's/move_pages.2//g' ${S}/${i}
done
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
# bee_build prefix=${PREFIX} libdir=${LIBDIR}
#}

#mee_install() {
# bee_install
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
#}

mee_install_post() {
rm -rfv ${D}/usr/share/man/man2/move_pages.2
}

0 comments on commit 81dd0eb

Please sign in to comment.