I hereby claim:
- I am mcs07 on github.
- I am mcs07 (https://keybase.io/mcs07) on keybase.
- I have a public key whose fingerprint is 9329 8D08 E4D2 F2B6 85FB 56B0 3872 03B9 4DFC 10FD
To claim this, I am signing this object:
diff --git a/makefile b/makefile | |
index 7afcae0..533b228 100644 | |
--- a/makefile | |
+++ b/makefile | |
@@ -2,13 +2,3 @@ OBJECTS =main.o SCA.o bitvector.o argv.o error.o mem_2.o label_vector.o linkedli | |
CFLAGS = -O | |
subset: $(OBJECTS) | |
$(CC) $(OBJECTS) -o subset -lm | |
- subset < Test/label_vector.tab | |
- subset -sim 0.5 < Test/label_vector.tab |
From c3abbddae78e654df9322ad1020ff79dd6332946 Mon Sep 17 00:00:00 2001 | |
From: Matt Swain <[email protected]> | |
Date: Thu, 31 Oct 2013 15:25:53 +0000 | |
Subject: [PATCH] Detect libc++ as this is now the default in OS X Mavericks | |
--- | |
include/openbabel/obmolecformat.h | 7 ++++++- | |
include/openbabel/shared_ptr.h | 12 ++++++++++-- | |
src/ops/unique.cpp | 8 ++++++-- | |
3 files changed, 22 insertions(+), 5 deletions(-) |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
"""Download all UV-Vis spectra available from NIST Chemistry Webbook.""" | |
import os | |
import re | |
import requests | |
from bs4 import BeautifulSoup | |
diff --git a/common/cmake/GetSystemVersion.cmake b/common/cmake/GetSystemVersion.cmake | |
index 17615ab..794babd 100644 | |
--- a/common/cmake/GetSystemVersion.cmake | |
+++ b/common/cmake/GetSystemVersion.cmake | |
@@ -27,6 +27,8 @@ elseif(APPLE) | |
set(SUBSYSTEM_NAME "10.9") | |
elseif(DARWIN_VERSION MATCHES 14) | |
set(SUBSYSTEM_NAME "10.10") | |
+ elseif(DARWIN_VERSION MATCHES 15) | |
+ set(SUBSYSTEM_NAME "10.11") |
diff --git a/utils/indigo-depict/CMakeLists.txt b/utils/indigo-depict/CMakeLists.txt | |
index ac7e6ec..34ae32d 100644 | |
--- a/utils/indigo-depict/CMakeLists.txt | |
+++ b/utils/indigo-depict/CMakeLists.txt | |
@@ -4,6 +4,7 @@ project(IndigoDepict) | |
include(DefineTest) | |
include_directories(../../api ../../api/plugins/renderer ../../common) | |
+include_directories(${IndigoRenderer_SOURCE_DIR} ${Indigo_SOURCE_DIR} ${Indigo_SOURCE_DIR}/src ${Cairo_SOURCE_DIR} ${Common_SOURCE_DIR} ${Common_SOURCE_DIR}/..) | |
diff --git a/src/osra_grayscale.cpp b/src/osra_grayscale.cpp | |
index 32816ed..1b819d1 100644 | |
--- a/src/osra_grayscale.cpp | |
+++ b/src/osra_grayscale.cpp | |
@@ -266,12 +266,12 @@ bool convert_to_gray(Image &image, bool invert, bool adaptive, bool verbose) | |
image.despeckle(); | |
if (invert) | |
{ | |
- image.adaptiveThreshold(window,window,7); | |
+ image.adaptiveThreshold(window,window,7.0); |
diff --git a/src/Makefile b/src/Makefile | |
index 031a499..3ba2de7 100644 | |
--- a/src/Makefile | |
+++ b/src/Makefile | |
@@ -3,7 +3,6 @@ | |
# | |
include ../Makefile.inc | |
-include Makefile.dep | |
Download:
cd /opt
wget https://github.com/rdkit/rdkit/archive/Release_2015_09_2.tar.gz
tar -xvf Release_2015_09_2.tar.gz
mv rdkit-Release_2015_09_2 rdkit_2015_09_2
Setup environment:
cd /opt/rdkit_2015_09_2