components/graphviz/Makefile
changeset 5797 432ac76de3b0
parent 5761 fe100422ef26
child 6693 3c64a998e2f5
equal deleted inserted replaced
5795:b6b9d57d2466 5797:432ac76de3b0
    32     sha256:d3aa7973c578cae4cc26d9d6498c57ed06680cab9a4e940d0357a3c6527afc76
    32     sha256:d3aa7973c578cae4cc26d9d6498c57ed06680cab9a4e940d0357a3c6527afc76
    33 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)pub/graphviz/stable/SOURCES/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)pub/graphviz/stable/SOURCES/$(COMPONENT_ARCHIVE)
    34 
    34 
    35 TPNO=			17707
    35 TPNO=			17707
    36 
    36 
       
    37 # publish for only one version of perl
    37 PERL_VERSIONS = $(PERL_VERSION)
    38 PERL_VERSIONS = $(PERL_VERSION)
    38 
    39 
    39 # There are tests, but they fail consistently because the test samples are out
    40 # There are tests, but they fail consistently because the test samples are out
    40 # of date and not generated with a known configuration.  See
    41 # of date and not generated with a known configuration.  See
    41 # http://graphviz.org/bugs/b2063.html
    42 # http://graphviz.org/bugs/b2063.html
   101 # build path doesn't get embedded in the .pyc file.
   102 # build path doesn't get embedded in the .pyc file.
   102 $(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)/gv.pyc: $(INSTALL_32)
   103 $(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)/gv.pyc: $(INSTALL_32)
   103 	$(PYTHON.2.7.32) -m compileall -l -d $(PYTHON.2.7.VENDOR_PACKAGES) \
   104 	$(PYTHON.2.7.32) -m compileall -l -d $(PYTHON.2.7.VENDOR_PACKAGES) \
   104 		$(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)
   105 		$(PROTO_DIR)/$(PYTHON.2.7.VENDOR_PACKAGES)
   105 
   106 
       
   107 PKG_MACROS += PERL_PKG=$(PERL_PKG)
       
   108 PKG_MACROS += PERL_VERSION_NODOT=$(PERL_VERSION_NODOT)
       
   109 
   106 # The test infrastructure doesn't run in a VPATHed environment.
   110 # The test infrastructure doesn't run in a VPATHed environment.
   107 COMPONENT_PRE_TEST_ACTION = \
   111 COMPONENT_PRE_TEST_ACTION = \
   108 	(cd $(@D)/rtest; ln -s $(SOURCE_DIR)/rtest/* .)
   112 	(cd $(@D)/rtest; ln -s $(SOURCE_DIR)/rtest/* .)
   109 
   113 
   110 REQUIRED_PACKAGES += image/graphviz
   114 REQUIRED_PACKAGES += image/graphviz