Skip to content

Commit

Permalink
misc/caffe: Update PORTSCOUT line
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Oct 1, 2022
1 parent 5a11955 commit 869c3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/caffe/Makefile
Expand Up @@ -38,13 +38,13 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= cmake fortran pkgconfig python
USE_LDCONFIG= yes

GH_ACCOUNT= BVLC
USE_GITHUB= yes
GH_ACCOUNT= BVLC

CMAKE_ARGS= -DBLAS=Open \
-DPYTHON_EXECUTABLE=${PYTHON_CMD} \
-DFREEBSD_PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR}

PORTSCOUT= limit:^.*[0-9]$$ # should end with a digit to prevent tags like rcnn-release
PORTSCOUT= limit:^[0-9].*[0-9]$$ # should begin and end with a digit to prevent tags like rcnn-release and rc5

.include <bsd.port.mk>

0 comments on commit 869c3c7

Please sign in to comment.