Skip to content

Commit

Permalink
parallel/openmpi: fix buildlink path from wip
Browse files Browse the repository at this point in the history
Stupid! Redundant! Sorry.
  • Loading branch information
thor committed Aug 25, 2022
1 parent fcfe399 commit 29cef2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parallel/openmpi/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.10 2022/08/25 22:09:14 thor Exp $
# $NetBSD: buildlink3.mk,v 1.11 2022/08/25 22:52:07 thor Exp $

BUILDLINK_TREE+= openmpi

.if !defined(OPENMPI_BUILDLINK3_MK)
OPENMPI_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.openmpi+= openmpi>=1.5.1
BUILDLINK_PKGSRCDIR.openmpi?= ../../wip/openmpi
BUILDLINK_PKGSRCDIR.openmpi?= ../../parallel/openmpi

.endif # OPENMPI_BUILDLINK3_MK

Expand Down

0 comments on commit 29cef2e

Please sign in to comment.