Browse Source
			
			
			graphics/brlcad: Updated for version 7.26.4 + new maintainer.
			
				
		graphics/brlcad: Updated for version 7.26.4 + new maintainer.
	
		
	
			
				Signed-off-by: David Spencer <idlemoor@slackbuilds.org>pull/47/head
							committed by
							
								 Willy Sudiarto Raharjo
								Willy Sudiarto Raharjo
							
						
					
				
				 5 changed files with 24 additions and 58 deletions
			
			
		- 
					1graphics/brlcad/README.SLACKWARE
- 
					26graphics/brlcad/brlcad.SlackBuild
- 
					12graphics/brlcad/brlcad.info
- 
					43graphics/brlcad/brlcad.patch
- 
					BINgraphics/brlcad/brlcad.png
| @ -1,10 +1,10 @@ | |||
| PRGNAM="brlcad" | |||
| VERSION="7.24.2" | |||
| VERSION="7.26.4" | |||
| HOMEPAGE="http://brlcad.org" | |||
| DOWNLOAD="http://downloads.sourceforge.net/brlcad/brlcad-7.24.2.tar.bz2" | |||
| MD5SUM="6e69da4a4854de2acf36be9ce95f3ec8" | |||
| DOWNLOAD="http://downloads.sourceforge.net/brlcad/brlcad-7.26.4.tar.bz2" | |||
| MD5SUM="78468bd4e84c35124eae42ce921753d7" | |||
| DOWNLOAD_x86_64="" | |||
| MD5SUM_x86_64="" | |||
| REQUIRES="" | |||
| MAINTAINER="Ryan P.C. McQuen" | |||
| EMAIL="ryanpcmcquen@member.fsf.org" | |||
| REQUIRES="lz4" | |||
| MAINTAINER="Yth - Arnaud" | |||
| EMAIL="yth@ythogtha.org" | |||
| @ -1,43 +0,0 @@ | |||
| --- CMakeLists.txt
 | |||
| +++ CMakeLists.txt
 | |||
| @@ -2079,16 +2079,10 @@ if(NOT BRLCAD_IS_SUBBUILD)
 | |||
|      list(REMOVE_DUPLICATES CMAKE_EXTERNAL_TARGET_LIST) | |||
|    endif(CMAKE_EXTERNAL_TARGET_LIST) | |||
|    foreach(libtarget ${CMAKE_LIBRARY_TARGET_LIST}) | |||
| -    #TODO - can this locate test be replaced with if(TARGET ${libtarget}) ?
 | |||
| -    if(NOT CMAKE_BUILD_TYPE)
 | |||
| -      get_target_property(target_location ${libtarget} LOCATION)
 | |||
| -    else(NOT CMAKE_BUILD_TYPE)
 | |||
| -      get_target_property(target_location ${libtarget} LOCATION_${CMAKE_BUILD_TYPE})
 | |||
| -    endif(NOT CMAKE_BUILD_TYPE)
 | |||
| -    if(target_location)
 | |||
| +    if(TARGET ${libtarget})
 | |||
|        add_dependencies(${libtarget} timestamp) | |||
|        add_dependencies(buildtimedelta ${libtarget}) | |||
| -    endif(target_location)
 | |||
| +    endif(TARGET ${libtarget})
 | |||
|    endforeach(libtarget ${CMAKE_LIBRARY_TARGET_LIST}) | |||
|    foreach(exectarget ${CMAKE_EXEC_TARGET_LIST}) | |||
|      if(NOT CMAKE_BUILD_TYPE) | |||
| --- misc/CMake/BRLCAD_CMakeFiles.cmake
 | |||
| +++ misc/CMake/BRLCAD_CMakeFiles.cmake
 | |||
| @@ -65,7 +65,7 @@ macro(CMAKEFILES)
 | |||
|        # make sure the file is there.  Normally attempting to ignore | |||
|        # a non-existent file is a fatal error, but these keywords | |||
|        # don't necessarily refer to files. | |||
| -      set(TARGET_FLAGS SHARED STATIC OBJECT WIN32 UNKNOWN IMPORTED)
 | |||
| +      set(TARGET_FLAGS SHARED STATIC OBJECT WIN32 UNKNOWN IMPORTED MODULE INTERFACE)
 | |||
|        foreach(TARGET_FLAG ${TARGET_FLAGS}) | |||
|  	if("${TARGET_FLAG}" STREQUAL "${ITEM}") | |||
|  	  if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${ITEM}) | |||
| --- src/libpc/CMakeLists.txt
 | |||
| +++ src/libpc/CMakeLists.txt
 | |||
| @@ -58,6 +58,7 @@ set(LIBPC_SOURCES
 | |||
|   | |||
|  add_definitions( | |||
|    -DOBJ_BREP=1 | |||
| +  -DBOOST_DETAIL_NO_CONTAINER_FWD
 | |||
|    ) | |||
|   | |||
|  BRLCAD_ADDLIB(libpc "${LIBPC_SOURCES}" "libbu;${OPENNURBS_LIBRARY};${STDCXX_LIBRARIES}" NO_STRICT_CXX) | |||
| 
 | |||
| Before Width: 128 | Height: 128 | Size: 28 KiB After Width: 128 | Height: 128 | Size: 8.4 KiB | 
						Write
						Preview
					
					
					Loading…
					
					Cancel
						Save
					
		Reference in new issue