Skip to content

Commit

Permalink
science/quantum-espresso: Remove wannier90 binaries, which fixes conf…
Browse files Browse the repository at this point in the history
…lict for science/ocean

Reported by:	fallout

(cherry picked from commit f68ec59)
  • Loading branch information
yurivict committed Apr 28, 2024
1 parent a8f6efb commit 7893132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions science/quantum-espresso/Makefile
@@ -1,6 +1,7 @@
PORTNAME= quantum-espresso
DISTVERSIONPREFIX= qe-
DISTVERSION= 7.3.1
PORTREVISION= 1
CATEGORIES= science

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -69,6 +70,11 @@ post-extract:
@cd ${WRKSRC} && ${MKDIR} FoX && ${LN} -s ${LOCALBASE}/include FoX/finclude

post-install:
# remove wannier90 binaries that come from the bundled wannier90 package (reported to the upstream vie e-mail on 2024-03-11)
.for p in wannier90.x postw90.x w90chk2chk.x
${RM} ${STAGEDIR}${PREFIX}/bin/${p}
.endfor
# strip binaries
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*.x

do-test:
Expand Down
3 changes: 0 additions & 3 deletions science/quantum-espresso/pkg-plist
Expand Up @@ -63,7 +63,6 @@ bin/plotproj.x
bin/plotrho.x
bin/pmw.x
bin/postahc.x
bin/postw90.x
bin/pp.x
bin/pp_disca.x
bin/pp_spctrlfn.x
Expand Down Expand Up @@ -95,8 +94,6 @@ bin/turbo_magnon.x
bin/turbo_spectrum.x
bin/upfconv.x
bin/virtual_v2.x
bin/w90chk2chk.x
bin/wannier90.x
bin/wannier_ham.x
bin/wannier_plot.x
bin/wfck2r.x
Expand Down

0 comments on commit 7893132

Please sign in to comment.