Skip to content

Commit

Permalink
cxxmatrix-0+git20240617
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 11, 2025
1 parent e34e923 commit 59d8d1e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
27 changes: 15 additions & 12 deletions cxxmatrix/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ purpose is just for fun. Enjoy it with fast terminals (e.g., urxvt, alacritty,
terminology, etc.)!

Runtime requirements:
cygwin-3.3.5-1
libgcc1-11.3.0-1
libstdc++6-11.3.0-1
cygwin-3.5.4-1
libgcc1-12.4.0-3
libstdc++6-12.4.0-3

Build requirements:
(besides corresponding -devel packages)
binutils-2.38-1
cygport-0.35.2-1
gcc-core-11.3.0-1
gcc-g++-11.3.0-1
make-4.3-1
binutils-2.43.1-1
cygport-0.36.9-1
gcc-core-12.4.0-3
gcc-g++-12.4.0-3
make-4.4.1-2

Canonical website:
https://github.com/akinomyoga/cxxmatrix
Expand All @@ -27,15 +27,15 @@ Canonical download:
-------------------------------------------

Build instructions:
1. unpack cxxmatrix-0+git20220324-X-src.tar.xz
1. unpack cxxmatrix-0+git20240617-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 ./cxxmatrix-0+git20220324-X.cygport all
% cygport ./cxxmatrix-0+git20240617-X.cygport all

This will create:
/usr/src/cxxmatrix-0+git20220324-X-src.tar.xz
/usr/src/cxxmatrix-0+git20220324-X.tar.xz
/usr/src/cxxmatrix-0+git20240617-X-src.tar.xz
/usr/src/cxxmatrix-0+git20240617-X.tar.xz

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

Expand All @@ -52,5 +52,8 @@ Files included in the binary package:

Port Notes:

----- version 0+git20240617-1bl1 -----
Version bump.

----- version 0+git20220324-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
HOMEPAGE="https://github.com/akinomyoga/${PN}"
GIT_URI="https://github.com/akinomyoga/${PN}.git"
GIT_REV="c8d4ecfb8b6c22bb93f3e10a9d203209ba193591"

CATEGORY="Utils"
SUMMARY="Matrix Reloaded in Terminals"
Expand Down
11 changes: 11 additions & 0 deletions cxxmatrix/cxxmatrix-0+git20240617-1bl1.src.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- origsrc/cxxmatrix/GNUmakefile 2025-01-12 00:05:28.000000000 +0900
+++ src/cxxmatrix/GNUmakefile 2025-01-12 00:06:44.975135900 +0900
@@ -24,7 +24,7 @@ endif

# C++ compile options
CPPFLAGS = -MD -MP -MF $(@:.o=.dep)
-CXXFLAGS := -std=c++17 -Wall -Wextra -Ofast
+CXXFLAGS ?= -std=c++17 -Wall -Wextra -Ofast

# @var DESTDIR
# @var PREFIX [/usr/local]

0 comments on commit 59d8d1e

Please sign in to comment.