Skip to content

Commit

Permalink
馃啓
Browse files Browse the repository at this point in the history
  • Loading branch information
xarch committed Oct 31, 2021
1 parent 4e46705 commit 952a708
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT([Somoclu], [1.7.5])
AC_INIT([Somoclu], [1.7.6])
m4_include([m4/ax_mpi_options.m4])
m4_include([m4/ax_mpi_tests.m4])
AC_CONFIG_AUX_DIR([.])
Expand Down
2 changes: 1 addition & 1 deletion src/MATLAB/README.rst
@@ -1,4 +1,4 @@
Version: 1.7.5
Version: 1.7.6

Maintainer: ShichaoGao<xgdgsc at gmail.com>

Expand Down
4 changes: 2 additions & 2 deletions src/Python/doc/source/conf.py
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '1.7.5'
version = '1.7.6'
# The full version, including alpha/beta/rc tags.
release = '1.7.5'
release = '1.7.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions src/Python/setup.py
Expand Up @@ -147,7 +147,7 @@ def build_extensions(self):

try:
setup(name='somoclu',
version='1.7.5',
version='1.7.6',
license='GPL3',
author="Peter Wittek, Shi Chao Gao",
author_email="",
Expand Down Expand Up @@ -175,7 +175,7 @@ def build_extensions(self):
except:
traceback.print_exc()
setup(name='somoclu',
version='1.7.5',
version='1.7.6',
license='GPL3',
author="Peter Wittek, Shi Chao Gao",
author_email="",
Expand Down
2 changes: 1 addition & 1 deletion src/R/DESCRIPTION
@@ -1,5 +1,5 @@
Package: Rsomoclu
Version: 1.7.5.3
Version: 1.7.6
Date: 2019-01-03
Title: Somoclu
Imports: kohonen
Expand Down
6 changes: 5 additions & 1 deletion src/R/src/Makevars
@@ -1,3 +1,7 @@
CXX_STD = CXX11
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DHAVE_R
CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DHAVE_R -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer
CXX = g++ -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer
CC = gcc -std=gnu99 -fsanitize=address,undefined -fno-omit-frame-pointer
DEFS=-DSWITCH_TO_REFCNT
LDFLAGS="-fsanitize=address,undefined -pthread"

0 comments on commit 952a708

Please sign in to comment.