Skip to content

Commit

Permalink
ensmallen-2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 2, 2023
1 parent adc555c commit 88b2ed5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions ensmallen/README
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ Runtime requirements:

Build requirements:
(besides corresponding -devel packages)
binutils-2.40-1
binutils-2.41-3
cmake-3.25.3-1
cygport-0.36.6-1
cygport-0.36.7-1
gcc-core-11.4.0-1
gcc-g++-11.4.0-1
libarmadillo-devel-12.6.0-1bl1
libarmadillo-devel-12.6.6-1bl1
ninja-1.11.1-1

Canonical website:
https://ensmallen.org/

Canonical download:
https://ensmallen.org/files/ensmallen-2.19.1.tar.gz
https://ensmallen.org/files/ensmallen-2.21.0.tar.gz

-------------------------------------------

Build instructions:
1. unpack ensmallen-2.19.1-X-src.tar.xz
1. unpack ensmallen-2.21.0-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./ensmallen-2.19.1-X.cygport all
% cygport ./ensmallen-2.21.0-X.cygport all

This will create:
/usr/src/ensmallen-2.19.1-X-src.tar.xz
/usr/src/ensmallen-2.19.1-X.tar.xz
/usr/src/ensmallen-2.21.0-X-src.tar.xz
/usr/src/ensmallen-2.21.0-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -86,10 +86,20 @@ Files included in the binary package:
/usr/include/ensmallen_bits/callbacks/store_best_coordinates.hpp
/usr/include/ensmallen_bits/callbacks/timer_stop.hpp
/usr/include/ensmallen_bits/callbacks/traits.hpp
/usr/include/ensmallen_bits/cd/cd.hpp
/usr/include/ensmallen_bits/cd/cd_impl.hpp
/usr/include/ensmallen_bits/cd/descent_policies/cyclic_descent.hpp
/usr/include/ensmallen_bits/cd/descent_policies/greedy_descent.hpp
/usr/include/ensmallen_bits/cd/descent_policies/random_descent.hpp
/usr/include/ensmallen_bits/cmaes/active_cmaes.hpp
/usr/include/ensmallen_bits/cmaes/active_cmaes_impl.hpp
/usr/include/ensmallen_bits/cmaes/cmaes.hpp
/usr/include/ensmallen_bits/cmaes/cmaes_impl.hpp
/usr/include/ensmallen_bits/cmaes/full_selection.hpp
/usr/include/ensmallen_bits/cmaes/not_empty_transformation.hpp
/usr/include/ensmallen_bits/cmaes/random_selection.hpp
/usr/include/ensmallen_bits/cmaes/transformation_policies/boundary_box_constraint.hpp
/usr/include/ensmallen_bits/cmaes/transformation_policies/empty_transformation.hpp
/usr/include/ensmallen_bits/cne/cne.hpp
/usr/include/ensmallen_bits/cne/cne_impl.hpp
/usr/include/ensmallen_bits/config.hpp
Expand Down Expand Up @@ -248,11 +258,6 @@ Files included in the binary package:
/usr/include/ensmallen_bits/sarah/sarah_impl.hpp
/usr/include/ensmallen_bits/sarah/sarah_plus_update.hpp
/usr/include/ensmallen_bits/sarah/sarah_update.hpp
/usr/include/ensmallen_bits/scd/descent_policies/cyclic_descent.hpp
/usr/include/ensmallen_bits/scd/descent_policies/greedy_descent.hpp
/usr/include/ensmallen_bits/scd/descent_policies/random_descent.hpp
/usr/include/ensmallen_bits/scd/scd.hpp
/usr/include/ensmallen_bits/scd/scd_impl.hpp
/usr/include/ensmallen_bits/sdp/lin_alg.hpp
/usr/include/ensmallen_bits/sdp/lrsdp.hpp
/usr/include/ensmallen_bits/sdp/lrsdp_function.hpp
Expand Down Expand Up @@ -319,6 +324,9 @@ Files included in the binary package:

Port Notes:

----- version 2.21.0-1bl1 -----
Version bump.

----- version 2.19.1-1bl1 -----
Version bump.

Expand Down
File renamed without changes.

0 comments on commit 88b2ed5

Please sign in to comment.