mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.1849.0
PR: ports/81852 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
8013821b14
commit
fe1720617d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136772
4 changed files with 6 additions and 57 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gaul
|
PORTNAME= gaul
|
||||||
PORTVERSION= 0.1847.0
|
PORTVERSION= 0.1849.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -18,9 +18,10 @@ COMMENT= Genetic Algorithm Utility Library
|
||||||
|
|
||||||
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
USE_LIBTOOL_VER= 15
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}"
|
LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (gaul-devel-0.1847-0.tar.gz) = 95e6e943801fa6cad6fe65d715c5f6ac
|
MD5 (gaul-devel-0.1849-0.tar.bz2) = 1444e2b4157f6386bd2f7edc27f3c5ae
|
||||||
SIZE (gaul-devel-0.1847-0.tar.gz) = 489746
|
SIZE (gaul-devel-0.1849-0.tar.bz2) = 416827
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- ltmain.sh.orig Tue Oct 28 15:49:19 2003
|
|
||||||
+++ ltmain.sh Tue Oct 28 15:49:30 2003
|
|
||||||
@@ -4286,10 +4286,12 @@
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install the pseudo-library for information purposes.
|
|
||||||
+ if /usr/bin/false ; then
|
|
||||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
|
||||||
instname="$dir/$name"i
|
|
||||||
$show "$install_prog $instname $destdir/$name"
|
|
||||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
|
||||||
+ fi
|
|
||||||
|
|
||||||
# Maybe install the static library, too.
|
|
||||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
|
|
@ -1,47 +1,11 @@
|
||||||
bin/fitting
|
|
||||||
bin/fitting_sd
|
|
||||||
bin/fitting_simplex
|
|
||||||
bin/gaul_diagnostics
|
bin/gaul_diagnostics
|
||||||
bin/goldberg1
|
|
||||||
bin/goldberg2
|
|
||||||
bin/mixed
|
|
||||||
bin/nnevolve
|
|
||||||
bin/onemax
|
|
||||||
bin/pingpong
|
|
||||||
bin/pingpong_sa
|
|
||||||
bin/pingpong_tabu
|
|
||||||
bin/pingpong_tabu2
|
|
||||||
bin/royalroad
|
|
||||||
bin/royalroad_bitstring
|
|
||||||
bin/royalroad_ss
|
|
||||||
bin/saveload
|
|
||||||
bin/struggle
|
|
||||||
bin/struggle2
|
|
||||||
bin/struggle3
|
|
||||||
bin/struggle4
|
|
||||||
bin/struggle5
|
|
||||||
bin/struggle5_forked
|
|
||||||
bin/struggle5_mp
|
|
||||||
bin/struggle_dc
|
|
||||||
bin/struggle_forked
|
|
||||||
bin/struggle_mp
|
|
||||||
bin/struggle_mpi
|
|
||||||
bin/struggle_randomsearch
|
|
||||||
bin/struggle_ss
|
|
||||||
bin/struggle_systematicsearch
|
|
||||||
bin/struggle_threaded
|
|
||||||
bin/test_ga
|
|
||||||
bin/test_sd
|
|
||||||
bin/test_simplex
|
|
||||||
bin/wildfire
|
|
||||||
bin/wildfire_forked
|
|
||||||
bin/wildfire_loadbalancing
|
|
||||||
include/gaul/avltree.h
|
include/gaul/avltree.h
|
||||||
include/gaul/compatibility.h
|
include/gaul/compatibility.h
|
||||||
include/gaul/ga_bitstring.h
|
include/gaul/ga_bitstring.h
|
||||||
include/gaul/ga_chromo.h
|
include/gaul/ga_chromo.h
|
||||||
include/gaul/ga_climbing.h
|
include/gaul/ga_climbing.h
|
||||||
include/gaul/ga_core.h
|
include/gaul/ga_core.h
|
||||||
|
include/gaul/ga_de.h
|
||||||
include/gaul/ga_deterministiccrowding.h
|
include/gaul/ga_deterministiccrowding.h
|
||||||
include/gaul/ga_gradient.h
|
include/gaul/ga_gradient.h
|
||||||
include/gaul/ga_intrinsics.h
|
include/gaul/ga_intrinsics.h
|
||||||
|
@ -53,7 +17,6 @@ include/gaul/ga_similarity.h
|
||||||
include/gaul/ga_simplex.h
|
include/gaul/ga_simplex.h
|
||||||
include/gaul/ga_systematicsearch.h
|
include/gaul/ga_systematicsearch.h
|
||||||
include/gaul/ga_tabu.h
|
include/gaul/ga_tabu.h
|
||||||
include/gaul/ga_utility.h
|
|
||||||
include/gaul/gaul_config.h
|
include/gaul/gaul_config.h
|
||||||
include/gaul/gaul_config_win.h
|
include/gaul/gaul_config_win.h
|
||||||
include/gaul/gaul_util.h
|
include/gaul/gaul_util.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue