1 2 3 4 5 6 7 8 9 10 11
--- Make.user.orig 2018-08-15 02:26:57 UTC +++ Make.user @@ -0,0 +1,8 @@ +LIBBLAS= -lopenblasp -L$(LOCALBASE)/lib +LIBBLASNAME= libopenblasp + +LIBLAPACK= $(LIBBLAS) +LIBLAPACKNAME= $(LIBBLASNAME) + +override TAGGED_RELEASE_BANNER = "FreeBSD ports lang/julia build" +USE_BLAS64=0