pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

polly*: py-llvm-lit*: Drop



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Dec 15 18:08:08 2018 +0100
Changeset:	5ab86e3f362f67bb22349a138710edfee53c760c

Removed Files:
	polly-git/DESCR
	polly-git/Makefile
	polly-git/PLIST
	polly-git/buildlink3.mk
	polly-git/distinfo
	polly-git/patches/patch-CMakeLists.txt
	polly-git/patches/patch-lib_External_isl_configure
	py-llvm-lit-git/DESCR
	py-llvm-lit-git/Makefile
	py-llvm-lit-git/PLIST
	py-llvm-lit-git/distinfo

Log Message:
polly*: py-llvm-lit*: Drop

No longer needed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5ab86e3f362f67bb22349a138710edfee53c760c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 polly-git/DESCR                                    |  12 --
 polly-git/Makefile                                 |  32 ---
 polly-git/PLIST                                    |  35 ---
 polly-git/buildlink3.mk                            |  14 --
 polly-git/distinfo                                 |  16 --
 polly-git/patches/patch-CMakeLists.txt             | 235 ---------------------
 polly-git/patches/patch-lib_External_isl_configure |  27 ---
 py-llvm-lit-git/DESCR                              |   7 -
 py-llvm-lit-git/Makefile                           |  20 --
 py-llvm-lit-git/PLIST                              |  62 ------
 py-llvm-lit-git/distinfo                           |  14 --
 11 files changed, 474 deletions(-)

diffs:
diff --git a/polly-git/DESCR b/polly-git/DESCR
deleted file mode 100644
index 6750ff4476..0000000000
--- a/polly-git/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-Polly is a high-level loop and data-locality optimizer and optimization
-infrastructure for LLVM. It uses an abstract mathematical representation based
-on integer polyhedra to analyze and optimize the memory access pattern of a
-program. We currently perform classical loop transformations, especially tiling
-and loop fusion to improve data-locality. Polly can also exploit OpenMP level
-parallelism, expose SIMDization opportunities. Work has also be done in the
-area of automatic GPU code generation.
-
-For many users, however, it's not the existing optimizations in Polly that are
-of most interest, but the new analyses and optimizations enabled by the Polly
-infrastructure. At polyhedral.info you can get an idea of what has already been
-done and what is possible in the context of polyhedral compilation.
diff --git a/polly-git/Makefile b/polly-git/Makefile
deleted file mode 100644
index 2e55a126a2..0000000000
--- a/polly-git/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
-
-PKGNAME=	polly-4.0.0
-CATEGORIES=	devel
-
-GIT_REPOSITORIES=	polly
-GIT_REPO.polly=		git://github.com/llvm-mirror/polly.git
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://polly.llvm.org/
-COMMENT=	Polyhedral optimizations for LLVM
-LICENSE=	modified-bsd
-
-WRKSRC=			${WRKDIR}/${PKGBASE}
-CONFIGURE_DIRS=		${WRKDIR}/build
-CMAKE_ARG_PATH=		${WRKSRC}
-
-USE_LANGUAGES=		c c++11
-USE_CMAKE=		yes
-GCC_REQD+=		4.8
-
-CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
-CMAKE_ARGS+=	-DCMAKE_C_COMPILER=${CC:Q}
-CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
-
-post-extract:
-	${RUN} mkdir -p ${WRKDIR}/build
-
-DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-git
-.include "../../wip/llvm-git/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/polly-git/PLIST b/polly-git/PLIST
deleted file mode 100644
index 8d1e067926..0000000000
--- a/polly-git/PLIST
+++ /dev/null
@@ -1,35 +0,0 @@
-@comment $NetBSD$
-include/polly/Canonicalization.h
-include/polly/CodeGen/BlockGenerators.h
-include/polly/CodeGen/CodeGeneration.h
-include/polly/CodeGen/CodegenCleanup.h
-include/polly/CodeGen/IRBuilder.h
-include/polly/CodeGen/IslAst.h
-include/polly/CodeGen/IslExprBuilder.h
-include/polly/CodeGen/IslNodeBuilder.h
-include/polly/CodeGen/LoopGenerators.h
-include/polly/CodeGen/RuntimeDebugBuilder.h
-include/polly/CodeGen/Utils.h
-include/polly/Config/config.h
-include/polly/DependenceInfo.h
-include/polly/FlattenAlgo.h
-include/polly/FlattenSchedule.h
-include/polly/LinkAllPasses.h
-include/polly/Options.h
-include/polly/PolyhedralInfo.h
-include/polly/RegisterPasses.h
-include/polly/ScheduleOptimizer.h
-include/polly/ScopBuilder.h
-include/polly/ScopDetection.h
-include/polly/ScopDetectionDiagnostic.h
-include/polly/ScopInfo.h
-include/polly/ScopPass.h
-include/polly/Support/GICHelper.h
-include/polly/Support/SCEVAffinator.h
-include/polly/Support/SCEVValidator.h
-include/polly/Support/ScopHelper.h
-include/polly/Support/ScopLocation.h
-lib/LLVMPolly.so
-lib/libPolly.a
-lib/libPollyISL.a
-lib/libPollyPPCG.a
diff --git a/polly-git/buildlink3.mk b/polly-git/buildlink3.mk
deleted file mode 100644
index 70b811a0bb..0000000000
--- a/polly-git/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	polly
-
-.if !defined(POLLY_BUILDLINK3_MK)
-POLLY_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.polly+=	polly>=4.0.0nb20160911
-BUILDLINK_PKGSRCDIR.polly?=	../../wip/polly-git
-
-.include "../../wip/llvm-git/buildlink3.mk"
-.endif	# POLLY_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-polly
diff --git a/polly-git/distinfo b/polly-git/distinfo
deleted file mode 100644
index 3ee5885a89..0000000000
--- a/polly-git/distinfo
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
-
-SHA1 (cfe-3.6.2.src.tar.xz) = 7ba809c9c17819a16b668640a642ed134d7052f0
-RMD160 (cfe-3.6.2.src.tar.xz) = 10d913b4d5317f8c2520e5fc6117df30937317a8
-Size (cfe-3.6.2.src.tar.xz) = 8617576 bytes
-SHA1 (compiler-rt-3.6.2.src.tar.xz) = c6c52d2923a60f1a2ca2f22fea1770fd2e25728d
-RMD160 (compiler-rt-3.6.2.src.tar.xz) = 9b68a32d49d4bef4603d550934192f39fea42895
-Size (compiler-rt-3.6.2.src.tar.xz) = 1128080 bytes
-SHA1 (libcxx-3.6.2.src.tar.xz) = 6c5aee9f05ecf17d1e3ecb1add34a33a5a904469
-RMD160 (libcxx-3.6.2.src.tar.xz) = 42b8832d01d4e6b553babc93cb5dbd4ce2bb1931
-Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
-SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
-RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
-Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
-SHA1 (patch-CMakeLists.txt) = 3cb122dbe4a8229d4966574f691c94722ccb545e
-SHA1 (patch-lib_External_isl_configure) = 70e10b61186e2ff6087953f741e453b42f481185
diff --git a/polly-git/patches/patch-CMakeLists.txt b/polly-git/patches/patch-CMakeLists.txt
deleted file mode 100644
index 21f77f9982..0000000000
--- a/polly-git/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,235 +0,0 @@
-$NetBSD$
-
---- CMakeLists.txt.orig	2016-09-11 11:52:23.000000000 +0000
-+++ CMakeLists.txt
-@@ -1,103 +1,125 @@
- # Check if this is a in tree build.
- if (NOT DEFINED LLVM_MAIN_SRC_DIR)
-   project(Polly)
--  cmake_minimum_required(VERSION 2.8)
-+  cmake_minimum_required(VERSION 3.4.3)
- 
--  # Where is LLVM installed?
--  set(LLVM_INSTALL_ROOT "" CACHE PATH "Root of LLVM install.")
--  # Check if the LLVM_INSTALL_ROOT valid.
--  if( NOT EXISTS ${LLVM_INSTALL_ROOT}/include/llvm )
--    message(FATAL_ERROR "LLVM_INSTALL_ROOT (${LLVM_INSTALL_ROOT}) is not a valid LLVM installation.")
--  endif(NOT EXISTS ${LLVM_INSTALL_ROOT}/include/llvm)
--  # FileCheck, not and llvm-lit are not install by default, warn the user to copy them.
--  if( NOT EXISTS ${LLVM_INSTALL_ROOT}/bin/FileCheck
--      OR NOT EXISTS ${LLVM_INSTALL_ROOT}/bin/not
--      OR NOT EXISTS ${LLVM_INSTALL_ROOT}/bin/llvm-lit )
--    message(WARNING "'FileCheck', 'not' and 'llvm-lit' are required by running regress tests, "
--                    "but they are not installed! Please copy them to "
--                    "${LLVM_INSTALL_ROOT}/bin.")
--  endif()
--  # Add the llvm header path.
--  include_directories(${LLVM_INSTALL_ROOT}/include/)
--
--  # Get the system librarys that will link into LLVM.
--  execute_process(COMMAND "${LLVM_INSTALL_ROOT}/bin/llvm-config" --system-libs
--                  OUTPUT_VARIABLE LLVM_SYSTEM_LIBS
--                  OUTPUT_STRIP_TRAILING_WHITESPACE)
--  message(STATUS "System libs required by LLVM: ${LLVM_SYSTEM_LIBS}")
--
--  # Determine where LLVM stores its libraries.
--  execute_process(COMMAND "${LLVM_INSTALL_ROOT}/bin/llvm-config" --libdir
--                  OUTPUT_VARIABLE LLVM_LIBRARY_DIR
--                  OUTPUT_STRIP_TRAILING_WHITESPACE)
--  link_directories("${LLVM_LIBRARY_DIR}")
-+  if (POLICY CMP0022)
-+    cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required
-+  endif()
- 
--  # Now set the header paths.
--  execute_process(COMMAND "${LLVM_INSTALL_ROOT}/bin/llvm-config" --includedir
--                  OUTPUT_VARIABLE LLVM_INCLUDE_DIR
--                  OUTPUT_STRIP_TRAILING_WHITESPACE)
--  include_directories( ${LLVM_INCLUDE_DIR} )
--
--  # Get the TARGET_TRIPLE
--  execute_process(COMMAND "${LLVM_INSTALL_ROOT}/bin/llvm-config" --host-target
--                  OUTPUT_VARIABLE TARGET_TRIPLE
--                  OUTPUT_STRIP_TRAILING_WHITESPACE)
--
--  # And then set the cxx flags.
--  execute_process(COMMAND "${LLVM_INSTALL_ROOT}/bin/llvm-config" --cxxflags
--                  OUTPUT_VARIABLE LLVM_CXX_FLAGS
--                  OUTPUT_STRIP_TRAILING_WHITESPACE)
--  set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} ${LLVM_CXX_FLAGS})
--
--  # Check LLVM_ENABLE_ASSERTIONS
--  execute_process(COMMAND "${LLVM_INSTALL_ROOT}/bin/llvm-config" --assertion-mode
--                  OUTPUT_VARIABLE LLVM_ENABLE_ASSERTIONS
--                  OUTPUT_STRIP_TRAILING_WHITESPACE)
--  # Copied from LLVM's HandleLLVMOptions.cmake
--  if( LLVM_ENABLE_ASSERTIONS )
--    # MSVC doesn't like _DEBUG on release builds. See PR 4379.
--    if( NOT MSVC )
--      add_definitions( -D_DEBUG )
-+  option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
-+
-+  # Rely on llvm-config.
-+  set(CONFIG_OUTPUT)
-+  find_program(LLVM_CONFIG "llvm-config")
-+  if(LLVM_CONFIG)
-+    message(STATUS "Found LLVM_CONFIG as ${LLVM_CONFIG}")
-+    set(CONFIG_COMMAND ${LLVM_CONFIG}
-+      "--assertion-mode"
-+      "--bindir"
-+      "--libdir"
-+      "--includedir"
-+      "--prefix"
-+      "--src-root")
-+    execute_process(
-+      COMMAND ${CONFIG_COMMAND}
-+      RESULT_VARIABLE HAD_ERROR
-+      OUTPUT_VARIABLE CONFIG_OUTPUT
-+    )
-+    if(NOT HAD_ERROR)
-+      string(REGEX REPLACE
-+        "[ \t]*[\r\n]+[ \t]*" ";"
-+        CONFIG_OUTPUT ${CONFIG_OUTPUT})
-+    else()
-+      string(REPLACE ";" " " CONFIG_COMMAND_STR "${CONFIG_COMMAND}")
-+      message(STATUS "${CONFIG_COMMAND_STR}")
-+      message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}")
-     endif()
--    # On non-Debug builds cmake automatically defines NDEBUG, so we
--    # explicitly undefine it:
--    if( NOT uppercase_CMAKE_BUILD_TYPE STREQUAL "DEBUG" )
--      add_definitions( -UNDEBUG )
--      # Also remove /D NDEBUG to avoid MSVC warnings about conflicting defines.
--      foreach (flags_var_to_scrub
--          CMAKE_CXX_FLAGS_RELEASE
--          CMAKE_CXX_FLAGS_RELWITHDEBINFO
--          CMAKE_CXX_FLAGS_MINSIZEREL
--          CMAKE_C_FLAGS_RELEASE
--          CMAKE_C_FLAGS_RELWITHDEBINFO
--          CMAKE_C_FLAGS_MINSIZEREL)
--        string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
--          "${flags_var_to_scrub}" "${${flags_var_to_scrub}}")
--      endforeach()
-+  else()
-+    message(FATAL_ERROR "llvm-config not found -- ${LLVM_CONFIG}")
-+  endif()
-+
-+  list(GET CONFIG_OUTPUT 0 ENABLE_ASSERTIONS)
-+  list(GET CONFIG_OUTPUT 1 TOOLS_BINARY_DIR)
-+  list(GET CONFIG_OUTPUT 2 LIBRARY_DIR)
-+  list(GET CONFIG_OUTPUT 3 INCLUDE_DIR)
-+  list(GET CONFIG_OUTPUT 4 LLVM_OBJ_ROOT)
-+  list(GET CONFIG_OUTPUT 5 MAIN_SRC_DIR)
-+      
-+  if(NOT MSVC_IDE)  
-+    set(LLVM_ENABLE_ASSERTIONS ${ENABLE_ASSERTIONS}
-+      CACHE BOOL "Enable assertions")
-+    # Assertions should follow llvm-config's.
-+    mark_as_advanced(LLVM_ENABLE_ASSERTIONS)
-+  endif()
-+      
-+  set(LLVM_TOOLS_BINARY_DIR ${TOOLS_BINARY_DIR} CACHE PATH "Path to llvm/bin")
-+  set(LLVM_LIBRARY_DIR ${LIBRARY_DIR} CACHE PATH "Path to llvm/lib")
-+  set(LLVM_MAIN_INCLUDE_DIR ${INCLUDE_DIR} CACHE PATH "Path to llvm/include")
-+  set(LLVM_DIR ${LLVM_OBJ_ROOT}/cmake/modules/CMakeFiles CACHE PATH "Path to LLVM build tree CMake files")
-+  set(LLVM_BINARY_DIR ${LLVM_OBJ_ROOT} CACHE PATH "Path to LLVM build tree")
-+  set(LLVM_MAIN_SRC_DIR ${MAIN_SRC_DIR} CACHE PATH "Path to LLVM source tree")
-+    
-+  find_program(LLVM_TABLEGEN_EXE "llvm-tblgen" ${LLVM_TOOLS_BINARY_DIR}
-+    NO_DEFAULT_PATH)
-+  
-+  set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm")
-+  set(LLVMCONFIG_FILE "${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
-+  if(EXISTS ${LLVMCONFIG_FILE})
-+    list(APPEND CMAKE_MODULE_PATH "${LLVM_CMAKE_PATH}")                                                                                                                                     
-+    include(${LLVMCONFIG_FILE})
-+  else()
-+    message(FATAL_ERROR "Not found: ${LLVMCONFIG_FILE}")
-+  endif()
-+
-+  # They are used as destination of target generators.
-+  set(LLVM_RUNTIME_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin)
-+  set(LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib${LLVM_LIBDIR_SUFFIX})
-+  if(WIN32 OR CYGWIN)
-+    # DLL platform -- put DLLs into bin.
-+    set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR})
-+  else()
-+    set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_LIBRARY_OUTPUT_INTDIR})
-+  endif()
-+
-+  include(AddLLVM)
-+  include(HandleLLVMOptions)
-+  include(CheckAtomic)
-+  include(TableGen)
-+
-+  if (PYTHON_EXECUTABLE STREQUAL "")
-+    set(Python_ADDITIONAL_VERSIONS 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5)
-+    include(FindPythonInterp)
-+    if( NOT PYTHONINTERP_FOUND )
-+      message(FATAL_ERROR                                                                                                                                                                   
-+              "Unable to find Python interpreter, required for builds and testing.
-+               Please install Python or specify the PYTHON_EXECUTABLE CMake variable.")
-     endif()
-+  else()
-+    message("-- Found PythonInterp: ${PYTHON_EXECUTABLE}")
-   endif()
- 
--  # Sources available, too?
--  execute_process(COMMAND "${LLVM_INSTALL_ROOT}/bin/llvm-config" --src-root
--                  OUTPUT_VARIABLE MAIN_SRC_DIR
--                  OUTPUT_STRIP_TRAILING_WHITESPACE)
--  set(LLVM_SOURCE_ROOT ${MAIN_SRC_DIR} CACHE PATH "Path to LLVM source tree")
--
--  # Enable unit tests if available.
--  set(UNITTEST_DIR ${LLVM_SOURCE_ROOT}/utils/unittest)
--  if(EXISTS ${UNITTEST_DIR}/googletest/include/gtest/gtest.h)
--    add_library(gtest ${UNITTEST_DIR}/googletest/src/gtest-all.cc)
--    target_include_directories(gtest PUBLIC "${UNITTEST_DIR}/googletest/include" PRIVATE "${UNITTEST_DIR}/googletest")
--    target_link_libraries(gtest ${LLVM_SYSTEM_LIBS})
-+  # Import CMake library targets from LLVM and Clang.
-+  include("${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm/LLVMConfig.cmake")
- 
--    add_library(gtest_main ${UNITTEST_DIR}/UnitTestMain/TestMain.cpp)
--    target_link_libraries(gtest_main gtest)
-+  set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}")
- 
--    set(POLLY_GTEST_AVAIL 1)
-+  set(LLVM_BINARY_DIR ${CMAKE_BINARY_DIR})
-+
-+  set(CMAKE_INCLUDE_CURRENT_DIR ON)
-+  include_directories("${LLVM_BINARY_DIR}/include" "${LLVM_MAIN_INCLUDE_DIR}")
-+  # Next three include directories are needed when llvm-config is located in build directory.
-+  # LLVM and Cland are assumed to be built together
-+  if (EXISTS "${LLVM_OBJ_ROOT}/include")
-+    include_directories("${LLVM_OBJ_ROOT}/include")
-   endif()
-+  link_directories("${LLVM_LIBRARY_DIR}")
-+
-+  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
-+  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX})                                                                                                          
-+  set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX})
- 
--  # Make sure the isl c files are built as fPIC
--  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
-+  set(POLLY_BUILT_STANDALONE 1)
- else ()
-   set(LLVM_SOURCE_ROOT "${LLVM_MAIN_SRC_DIR}")
-   set(POLLY_GTEST_AVAIL 1)
-@@ -127,7 +149,7 @@ else ()
- endif ()
- 
- # Add path for custom modules
--set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${POLLY_SOURCE_DIR}/cmake")
-+set (CMAKE_MODULE_PATH "/tmp/pkgsrc-tmp/wip/polly-git/work/.buildlink/cmake-Modules" ${CMAKE_MODULE_PATH} "${POLLY_SOURCE_DIR}/cmake")
- 
- SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
- 
-@@ -179,7 +201,7 @@ add_definitions( -D_GNU_SOURCE )
- 
- add_subdirectory(docs)
- add_subdirectory(lib)
--add_subdirectory(test)
-+#add_subdirectory(test)
- if (POLLY_GTEST_AVAIL)
-   add_subdirectory(unittests)
- endif ()
diff --git a/polly-git/patches/patch-lib_External_isl_configure b/polly-git/patches/patch-lib_External_isl_configure
deleted file mode 100644
index e8637db07f..0000000000
--- a/polly-git/patches/patch-lib_External_isl_configure
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD$
-
---- lib/External/isl/configure.orig	2016-09-11 11:52:23.000000000 +0000
-+++ lib/External/isl/configure
-@@ -18125,7 +18125,7 @@ else
- fi
- 
- 
-- if test "x$with_int" == "ximath-32"; then
-+ if test "x$with_int" = "ximath-32"; then
-   SMALL_INT_OPT_TRUE=
-   SMALL_INT_OPT_FALSE='#'
- else
-@@ -18133,7 +18133,7 @@ else
-   SMALL_INT_OPT_FALSE=
- fi
- 
--if test "x$with_int" == "ximath-32"; then :
-+if test "x$with_int" = "ximath-32"; then :
- 
- 
- $as_echo "#define USE_SMALL_INT_OPT /**/" >>confdefs.h
-@@ -22478,4 +22478,3 @@ if test -n "$ac_unrecognized_opts" && te
-   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
- $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
- fi
--
diff --git a/py-llvm-lit-git/DESCR b/py-llvm-lit-git/DESCR
deleted file mode 100644
index 6257455c40..0000000000
--- a/py-llvm-lit-git/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-lit is a portable tool for executing LLVM and Clang style test suites,
-summarizing their results, and providing indication of failures. lit is
-designed to be a lightweight testing tool with as simple a user interface as
-possible.
-
-lit should be run with one or more tests to run specified on the command line.
-Tests can be either individual test files or directories to search for tests.
diff --git a/py-llvm-lit-git/Makefile b/py-llvm-lit-git/Makefile
deleted file mode 100644
index f5f8537e93..0000000000
--- a/py-llvm-lit-git/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
-
-.include "../../wip/llvm-git/Makefile.common"
-
-PKGNAME=	${PYPKGPREFIX}-llvm-lit-${LLVM_VERSION}
-CATEGORIES+=	python
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://llvm.org/docs/CommandGuide/lit.html
-COMMENT=	LLVM Integrated Tester
-LICENSE=	modified-bsd
-
-PYSETUPSUBDIR=	utils/lit
-
-INSTALLATION_DIRS=	bin
-
-EGG_NAME=	lit-0.6.0.dev0
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-llvm-lit-git/PLIST b/py-llvm-lit-git/PLIST
deleted file mode 100644
index 3db1e38e0f..0000000000
--- a/py-llvm-lit-git/PLIST
+++ /dev/null
@@ -1,62 +0,0 @@
-@comment $NetBSD$
-bin/lit
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/lit/BooleanExpression.py
-${PYSITELIB}/lit/BooleanExpression.pyc
-${PYSITELIB}/lit/BooleanExpression.pyo
-${PYSITELIB}/lit/LitConfig.py
-${PYSITELIB}/lit/LitConfig.pyc
-${PYSITELIB}/lit/LitConfig.pyo
-${PYSITELIB}/lit/LitTestCase.py
-${PYSITELIB}/lit/LitTestCase.pyc
-${PYSITELIB}/lit/LitTestCase.pyo
-${PYSITELIB}/lit/ProgressBar.py
-${PYSITELIB}/lit/ProgressBar.pyc
-${PYSITELIB}/lit/ProgressBar.pyo
-${PYSITELIB}/lit/ShCommands.py
-${PYSITELIB}/lit/ShCommands.pyc
-${PYSITELIB}/lit/ShCommands.pyo
-${PYSITELIB}/lit/ShUtil.py
-${PYSITELIB}/lit/ShUtil.pyc
-${PYSITELIB}/lit/ShUtil.pyo
-${PYSITELIB}/lit/Test.py
-${PYSITELIB}/lit/Test.pyc
-${PYSITELIB}/lit/Test.pyo
-${PYSITELIB}/lit/TestRunner.py
-${PYSITELIB}/lit/TestRunner.pyc
-${PYSITELIB}/lit/TestRunner.pyo
-${PYSITELIB}/lit/TestingConfig.py
-${PYSITELIB}/lit/TestingConfig.pyc
-${PYSITELIB}/lit/TestingConfig.pyo
-${PYSITELIB}/lit/__init__.py
-${PYSITELIB}/lit/__init__.pyc
-${PYSITELIB}/lit/__init__.pyo
-${PYSITELIB}/lit/discovery.py
-${PYSITELIB}/lit/discovery.pyc
-${PYSITELIB}/lit/discovery.pyo
-${PYSITELIB}/lit/formats/__init__.py
-${PYSITELIB}/lit/formats/__init__.pyc
-${PYSITELIB}/lit/formats/__init__.pyo
-${PYSITELIB}/lit/formats/base.py
-${PYSITELIB}/lit/formats/base.pyc
-${PYSITELIB}/lit/formats/base.pyo
-${PYSITELIB}/lit/formats/googletest.py
-${PYSITELIB}/lit/formats/googletest.pyc
-${PYSITELIB}/lit/formats/googletest.pyo
-${PYSITELIB}/lit/formats/shtest.py
-${PYSITELIB}/lit/formats/shtest.pyc
-${PYSITELIB}/lit/formats/shtest.pyo
-${PYSITELIB}/lit/main.py
-${PYSITELIB}/lit/main.pyc
-${PYSITELIB}/lit/main.pyo
-${PYSITELIB}/lit/run.py
-${PYSITELIB}/lit/run.pyc
-${PYSITELIB}/lit/run.pyo
-${PYSITELIB}/lit/util.py
-${PYSITELIB}/lit/util.pyc
-${PYSITELIB}/lit/util.pyo
diff --git a/py-llvm-lit-git/distinfo b/py-llvm-lit-git/distinfo
deleted file mode 100644
index 7931384fd5..0000000000
--- a/py-llvm-lit-git/distinfo
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
-
-SHA1 (cfe-3.6.2.src.tar.xz) = 7ba809c9c17819a16b668640a642ed134d7052f0
-RMD160 (cfe-3.6.2.src.tar.xz) = 10d913b4d5317f8c2520e5fc6117df30937317a8
-Size (cfe-3.6.2.src.tar.xz) = 8617576 bytes
-SHA1 (compiler-rt-3.6.2.src.tar.xz) = c6c52d2923a60f1a2ca2f22fea1770fd2e25728d
-RMD160 (compiler-rt-3.6.2.src.tar.xz) = 9b68a32d49d4bef4603d550934192f39fea42895
-Size (compiler-rt-3.6.2.src.tar.xz) = 1128080 bytes
-SHA1 (libcxx-3.6.2.src.tar.xz) = 6c5aee9f05ecf17d1e3ecb1add34a33a5a904469
-RMD160 (libcxx-3.6.2.src.tar.xz) = 42b8832d01d4e6b553babc93cb5dbd4ce2bb1931
-Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
-SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
-RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
-Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes


Home | Main Index | Thread Index | Old Index