Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rem_pio2 #57

Merged
merged 1 commit into from
Jan 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ OS := $(shell uname)

# Do not forget to bump SOMINOR when changing VERSION,
# and SOMAJOR when breaking ABI in a backward-incompatible way
VERSION = 0.5.4
SOMAJOR = 1
SOMINOR = 4
VERSION = 0.6.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is 0.6.0, but the first version to include this change is v0.5.6, and since this changed the soversion it's a breaking change, so it should really have been 0.6.0.

SOMAJOR = 2
SOMINOR = 1

DESTDIR =
prefix = /usr/local
Expand Down Expand Up @@ -84,7 +84,7 @@ endif

ifeq ($(ARCH),x86_64)
override ARCH := amd64
endif
endif

ifneq (,$(findstring MINGW,$(OS)))
override OS=WINNT
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OPENLIBM_HOME=$(abspath .)
include ./Make.inc

SUBDIRS = amos Faddeeva rem_pio2
SUBDIRS = amos Faddeeva

define INC_template
TEST=test
Expand Down
1 change: 0 additions & 1 deletion rem_pio2/Make.files

This file was deleted.

193 changes: 0 additions & 193 deletions rem_pio2/e_rem_pio2.c

This file was deleted.

88 changes: 0 additions & 88 deletions rem_pio2/e_rem_pio2f.c

This file was deleted.

Loading